Color Hex Logo

#64ddef Color Hex

#64DDEF
(100,221,239)
0 Favorites   0 Comments

Color spaces of #64ddef

RGB 100221239
HSL0.520.810.66
HSV188°58°94°
CMYK 0.580.080.00   0.06
XYZ46.692060.654290.9079
Yxy60.65420.23550.3059
Hunter Lab77.8808-29.2750-14.6909
CIE-Lab82.1925-28.7214-19.0287

#64ddef color RGB value is (100,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 11101111
Octal 144 335 357
Decimal 100 221 239
Hex 64 DD EF

RGB Percentages of Color #64ddef

%17.86
%39.46
%42.68

CMYK Percentages of Color #64ddef

%58
%8
%0
%6

Triadic Colors of #64ddef

#64ddef #ef64dd #ddef64

Analogous Colors of #64ddef

#64ddef #6498ef #64efbc

Monochromatic Colors of #64ddef

#64ddef

Complementary Color

#64ddef #ef7664

#64ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddef Color CSS Codes

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

#64ddef Text Font Color

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

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


#64ddef Background Color

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

This div background color is #64ddef


#64ddef Border Color

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

This div border color is #64ddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,221,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 #64ddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddef


Comments

No comments written yet.

Please login to write comment.