color codes Logo

#63bbe5 color codes

#63BBE5
(99,187,229)
0 Favorites   0 Comments

Color spaces of #63bbe5

RGB 99187229
HSL0.550.710.64
HSV199°57°90°
CMYK 0.570.180.00   0.10
XYZ37.058843.850480.6395
Yxy43.85040.22940.2714
Hunter Lab66.2196-15.9896-25.8471
CIE-Lab72.1284-14.5879-29.0048

#63bbe5 color RGB value is (99,187,229).

#63bbe5 hex color red value is 99, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #63bbe5 hue: 0.55 , saturation: 0.71 and the lightness value of 63bbe5 is 0.64.

The process color (four color CMYK) of #63bbe5 color code is 0.57, 0.18, 0.00, 0.10. Web safe color of #63bbe5 is #66cccc. Color #63bbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111011 11100101
Octal 143 273 345
Decimal 99 187 229
Hex 63 BB E5

RGB Percentages of Color #63bbe5

%19.22
%36.31
%44.47

CMYK Percentages of Color #63bbe5

%57
%18
%0
%10

Triadic Colors of #63bbe5

#63bbe5 #e563bb #bbe563

Analogous Colors of #63bbe5

#63bbe5 #637ae5 #63e5ce

Monochromatic Colors of #63bbe5

#63bbe5

Complementary Color

#63bbe5 #e58d63

#63bbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bbe5 Color CSS Codes

.mybgcolor {background-color:#63bbe5; } 
.myforecolor {color:#63bbe5; }
.mybordercolor {border:3px solid #63bbe5; }

#63bbe5 Text Font Color

<p style="color:#63bbe5">Text here</p>

This sample text font color is #63bbe5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#63bbe5 Background Color

<div style="background-color:#63bbe5">
Div content here</div>

This div background color is #63bbe5


#63bbe5 Border Color

<div style="border:3px solid #63bbe5">
Div here</div>

This div border color is #63bbe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,187,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63bbe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63bbe5;
  -webkit-box-shadow: 1px 1px 3px 2px #63bbe5;
  box-shadow:         1px 1px 3px 2px #63bbe5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,187,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #63bbe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #63bbe5;
  -webkit-box-shadow: 1px 1px 3px 2px #63bbe5;
  box-shadow:         1px 1px 3px 2px #63bbe5;">
Div content here</div>

This div box has shadow with color #63bbe5


Comments

No comments written yet.

Please login to write comment.