Color Hex Logo

#66bbde Color Hex

#66BBDE
(102,187,222)
0 Favorites   0 Comments

Color spaces of #66bbde

RGB 102187222
HSL0.550.650.64
HSV198°54°87°
CMYK 0.540.160.00   0.13
XYZ36.434643.639475.6102
Yxy43.63940.23400.2803
Hunter Lab66.0601-17.1559-21.6193
CIE-Lab71.9868-16.0401-25.4060

#66bbde color RGB value is (102,187,222).

#66bbde hex color red value is 102, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #66bbde hue: 0.55 , saturation: 0.65 and the lightness value of 66bbde is 0.64.

The process color (four color CMYK) of #66bbde color hex is 0.54, 0.16, 0.00, 0.13. Web safe color of #66bbde is #66cccc. Color #66bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 11011110
Octal 146 273 336
Decimal 102 187 222
Hex 66 BB DE

RGB Percentages of Color #66bbde

%19.96
%36.59
%43.44

CMYK Percentages of Color #66bbde

%54
%16
%0
%13

Triadic Colors of #66bbde

#66bbde #de66bb #bbde66

Analogous Colors of #66bbde

#66bbde #667fde #66dec5

Monochromatic Colors of #66bbde

#66bbde

Complementary Color

#66bbde #de8966

#66bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbde Color CSS Codes

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

#66bbde Text Font Color

<p style="color:#66bbde">Text here</p>

This sample text font color is #66bbde
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.


#66bbde Background Color

<div style="background-color:#66bbde">
Div content here</div>

This div background color is #66bbde


#66bbde Border Color

<div style="border:3px solid #66bbde">
Div here</div>

This div border color is #66bbde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,187,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66bbde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66bbde;
  -webkit-box-shadow: 1px 1px 3px 2px #66bbde;
  box-shadow:         1px 1px 3px 2px #66bbde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbde


Comments

No comments written yet.

Please login to write comment.