Color Hex Logo

#66dbef Color Hex

#66DBEF
(102,219,239)
0 Favorites   0 Comments

Color spaces of #66dbef

RGB 102219239
HSL0.520.810.67
HSV189°57°94°
CMYK 0.570.080.00   0.06
XYZ46.391059.719890.7434
Yxy59.71980.23570.3034
Hunter Lab77.2786-28.0824-15.5255
CIE-Lab81.6857-27.3863-19.7889

#66dbef color RGB value is (102,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011011 11101111
Octal 146 333 357
Decimal 102 219 239
Hex 66 DB EF

RGB Percentages of Color #66dbef

%18.21
%39.11
%42.68

CMYK Percentages of Color #66dbef

%57
%8
%0
%6

Triadic Colors of #66dbef

#66dbef #ef66db #dbef66

Analogous Colors of #66dbef

#66dbef #6697ef #66efbf

Monochromatic Colors of #66dbef

#66dbef

Complementary Color

#66dbef #ef7a66

#66dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dbef Color CSS Codes

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

#66dbef Text Font Color

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

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


#66dbef Background Color

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

This div background color is #66dbef


#66dbef Border Color

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

This div border color is #66dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dbef


Comments

No comments written yet.

Please login to write comment.