Color Hex Logo

#64c7de Color Hex

#64C7DE
(100,199,222)
0 Favorites   0 Comments

Color spaces of #64c7de

RGB 100199222
HSL0.530.650.63
HSV191°55°87°
CMYK 0.550.100.00   0.13
XYZ38.863848.830176.4841
Yxy48.83010.23670.2974
Hunter Lab69.8785-23.0125-15.9797
CIE-Lab75.3455-22.6181-20.2949

#64c7de color RGB value is (100,199,222).

#64c7de hex color red value is 100, green value is 199 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #64c7de hue: 0.53 , saturation: 0.65 and the lightness value of 64c7de is 0.63.

The process color (four color CMYK) of #64c7de color hex is 0.55, 0.10, 0.00, 0.13. Web safe color of #64c7de is #66cccc. Color #64c7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000111 11011110
Octal 144 307 336
Decimal 100 199 222
Hex 64 C7 DE

RGB Percentages of Color #64c7de

%19.19
%38.20
%42.61

CMYK Percentages of Color #64c7de

%55
%10
%0
%13

Triadic Colors of #64c7de

#64c7de #de64c7 #c7de64

Analogous Colors of #64c7de

#64c7de #648ade #64deb8

Monochromatic Colors of #64c7de

#64c7de

Complementary Color

#64c7de #de7b64

#64c7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c7de Color CSS Codes

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

#64c7de Text Font Color

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

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


#64c7de Background Color

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

This div background color is #64c7de


#64c7de Border Color

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

This div border color is #64c7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c7de


Comments

No comments written yet.

Please login to write comment.