Color Hex Logo

#66dbed Color Hex

#66DBED
(102,219,237)
0 Favorites   0 Comments

Color spaces of #66dbed

RGB 102219237
HSL0.520.790.66
HSV188°57°93°
CMYK 0.570.080.00   0.07
XYZ46.097159.602289.1956
Yxy59.60220.23650.3058
Hunter Lab77.2025-28.5231-14.4588
CIE-Lab81.6215-27.9428-18.8233

#66dbed color RGB value is (102,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011011 11101101
Octal 146 333 355
Decimal 102 219 237
Hex 66 DB ED

RGB Percentages of Color #66dbed

%18.28
%39.25
%42.47

CMYK Percentages of Color #66dbed

%57
%8
%0
%7

Triadic Colors of #66dbed

#66dbed #ed66db #dbed66

Analogous Colors of #66dbed

#66dbed #6698ed #66edbc

Monochromatic Colors of #66dbed

#66dbed

Complementary Color

#66dbed #ed7866

#66dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dbed Color CSS Codes

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

#66dbed Text Font Color

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

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


#66dbed Background Color

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

This div background color is #66dbed


#66dbed Border Color

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

This div border color is #66dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dbed


Comments

No comments written yet.

Please login to write comment.