Color Hex Logo

#64cbee Color Hex

#64CBEE
(100,203,238)
0 Favorites   0 Comments

Color spaces of #64cbee

RGB 100203238
HSL0.540.800.66
HSV195°58°93°
CMYK 0.580.150.00   0.07
XYZ42.044151.594288.6316
Yxy51.59420.23070.2831
Hunter Lab71.8291-21.2186-22.8789
CIE-Lab77.0376-20.0527-26.3313

#64cbee color RGB value is (100,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001011 11101110
Octal 144 313 356
Decimal 100 203 238
Hex 64 CB EE

RGB Percentages of Color #64cbee

%18.48
%37.52
%43.99

CMYK Percentages of Color #64cbee

%58
%15
%0
%7

Triadic Colors of #64cbee

#64cbee #ee64cb #cbee64

Analogous Colors of #64cbee

#64cbee #6486ee #64eecc

Monochromatic Colors of #64cbee

#64cbee

Complementary Color

#64cbee #ee8764

#64cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cbee Color CSS Codes

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

#64cbee Text Font Color

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

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


#64cbee Background Color

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

This div background color is #64cbee


#64cbee Border Color

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

This div border color is #64cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cbee


Comments

No comments written yet.

Please login to write comment.