Color Hex Logo

#64b8cd Color Hex

#64B8CD
(100,184,205)
0 Favorites   0 Comments

Color spaces of #64b8cd

RGB 100184205
HSL0.530.510.60
HSV192°51°80°
CMYK 0.510.100.00   0.20
XYZ33.415541.398163.9871
Yxy41.39810.24070.2983
Hunter Lab64.3414-19.8939-13.9246
CIE-Lab70.4539-19.7559-18.4644

#64b8cd color RGB value is (100,184,205).

#64b8cd hex color red value is 100, green value is 184 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #64b8cd hue: 0.53 , saturation: 0.51 and the lightness value of 64b8cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111000 11001101
Octal 144 270 315
Decimal 100 184 205
Hex 64 B8 CD

RGB Percentages of Color #64b8cd

%20.45
%37.63
%41.92

CMYK Percentages of Color #64b8cd

%51
%10
%0
%20

Triadic Colors of #64b8cd

#64b8cd #cd64b8 #b8cd64

Analogous Colors of #64b8cd

#64b8cd #6484cd #64cdae

Monochromatic Colors of #64b8cd

#64b8cd

Complementary Color

#64b8cd #cd7964

#64b8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b8cd Color CSS Codes

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

#64b8cd Text Font Color

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

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


#64b8cd Background Color

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

This div background color is #64b8cd


#64b8cd Border Color

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

This div border color is #64b8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b8cd


Comments

No comments written yet.

Please login to write comment.