Color Hex Logo

#64dcef Color Hex

#64DCEF
(100,220,239)
0 Favorites   0 Comments

Color spaces of #64dcef

RGB 100220239
HSL0.520.810.66
HSV188°58°94°
CMYK 0.580.080.00   0.06
XYZ46.428760.127790.8201
Yxy60.12770.23520.3046
Hunter Lab77.5421-28.8208-15.1632
CIE-Lab81.9076-28.2362-19.4593

#64dcef color RGB value is (100,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011100 11101111
Octal 144 334 357
Decimal 100 220 239
Hex 64 DC EF

RGB Percentages of Color #64dcef

%17.89
%39.36
%42.75

CMYK Percentages of Color #64dcef

%58
%8
%0
%6

Triadic Colors of #64dcef

#64dcef #ef64dc #dcef64

Analogous Colors of #64dcef

#64dcef #6497ef #64efbd

Monochromatic Colors of #64dcef

#64dcef

Complementary Color

#64dcef #ef7764

#64dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dcef Color CSS Codes

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

#64dcef Text Font Color

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

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


#64dcef Background Color

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

This div background color is #64dcef


#64dcef Border Color

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

This div border color is #64dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dcef


Comments

No comments written yet.

Please login to write comment.