Color Hex Logo

#64dcee Color Hex

#64DCEE
(100,220,238)
0 Favorites   0 Comments

Color spaces of #64dcee

RGB 100220238
HSL0.520.800.66
HSV188°58°93°
CMYK 0.580.080.00   0.07
XYZ46.281360.068890.0441
Yxy60.06880.23570.3059
Hunter Lab77.5041-29.0414-14.6302
CIE-Lab81.8756-28.5155-18.9767

#64dcee color RGB value is (100,220,238).

#64dcee hex color red value is 100, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #64dcee hue: 0.52 , saturation: 0.80 and the lightness value of 64dcee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011100 11101110
Octal 144 334 356
Decimal 100 220 238
Hex 64 DC EE

RGB Percentages of Color #64dcee

%17.92
%39.43
%42.65

CMYK Percentages of Color #64dcee

%58
%8
%0
%7

Triadic Colors of #64dcee

#64dcee #ee64dc #dcee64

Analogous Colors of #64dcee

#64dcee #6497ee #64eebb

Monochromatic Colors of #64dcee

#64dcee

Complementary Color

#64dcee #ee7664

#64dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dcee Color CSS Codes

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

#64dcee Text Font Color

<p style="color:#64dcee">Text here</p>

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


#64dcee Background Color

<div style="background-color:#64dcee">
Div content here</div>

This div background color is #64dcee


#64dcee Border Color

<div style="border:3px solid #64dcee">
Div here</div>

This div border color is #64dcee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,220,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64dcee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64dcee;
  -webkit-box-shadow: 1px 1px 3px 2px #64dcee;
  box-shadow:         1px 1px 3px 2px #64dcee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,220,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dcee


Comments

No comments written yet.

Please login to write comment.