Color Hex Logo

#66daeb Color Hex

#66DAEB
(102,218,235)
0 Favorites   0 Comments

Color spaces of #66daeb

RGB 102218235
HSL0.520.770.66
HSV188°57°92°
CMYK 0.570.070.00   0.08
XYZ45.546358.965787.5782
Yxy58.96570.23710.3070
Hunter Lab76.7891-28.5064-13.8680
CIE-Lab81.2727-28.0105-18.2865

#66daeb color RGB value is (102,218,235).

#66daeb hex color red value is 102, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #66daeb hue: 0.52 , saturation: 0.77 and the lightness value of 66daeb is 0.66.

The process color (four color CMYK) of #66daeb color hex is 0.57, 0.07, 0.00, 0.08. Web safe color of #66daeb is #66ccff. Color #66daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011010 11101011
Octal 146 332 353
Decimal 102 218 235
Hex 66 DA EB

RGB Percentages of Color #66daeb

%18.38
%39.28
%42.34

CMYK Percentages of Color #66daeb

%57
%7
%0
%8

Triadic Colors of #66daeb

#66daeb #eb66da #daeb66

Analogous Colors of #66daeb

#66daeb #6698eb #66ebba

Monochromatic Colors of #66daeb

#66daeb

Complementary Color

#66daeb #eb7766

#66daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66daeb Color CSS Codes

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

#66daeb Text Font Color

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

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


#66daeb Background Color

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

This div background color is #66daeb


#66daeb Border Color

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

This div border color is #66daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66daeb


Comments

No comments written yet.

Please login to write comment.