Color Hex Logo

#64b8ec Color Hex

#64B8EC
(100,184,236)
0 Favorites   0 Comments

Color spaces of #64b8ec

RGB 100184236
HSL0.560.780.66
HSV203°58°93°
CMYK 0.580.220.00   0.07
XYZ37.536343.046485.6873
Yxy43.04640.22580.2589
Hunter Lab65.6098-12.6946-31.5068
CIE-Lab71.5865-10.6898-33.6387

#64b8ec color RGB value is (100,184,236).

#64b8ec hex color red value is 100, green value is 184 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #64b8ec hue: 0.56 , saturation: 0.78 and the lightness value of 64b8ec is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111000 11101100
Octal 144 270 354
Decimal 100 184 236
Hex 64 B8 EC

RGB Percentages of Color #64b8ec

%19.23
%35.38
%45.38

CMYK Percentages of Color #64b8ec

%58
%22
%0
%7

Triadic Colors of #64b8ec

#64b8ec #ec64b8 #b8ec64

Analogous Colors of #64b8ec

#64b8ec #6474ec #64ecdc

Monochromatic Colors of #64b8ec

#64b8ec

Complementary Color

#64b8ec #ec9864

#64b8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b8ec Color CSS Codes

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

#64b8ec Text Font Color

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

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


#64b8ec Background Color

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

This div background color is #64b8ec


#64b8ec Border Color

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

This div border color is #64b8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b8ec


Comments

No comments written yet.

Please login to write comment.