Color Hex Logo

#64bddc Color Hex

#64BDDC
(100,189,220)
0 Favorites   0 Comments

Color spaces of #64bddc

RGB 100189220
HSL0.540.630.63
HSV196°55°86°
CMYK 0.550.140.00   0.14
XYZ36.371444.271874.3385
Yxy44.27180.23470.2857
Hunter Lab66.5371-18.8657-19.6658
CIE-Lab72.4098-18.0734-23.6782

#64bddc color RGB value is (100,189,220).

#64bddc hex color red value is 100, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #64bddc hue: 0.54 , saturation: 0.63 and the lightness value of 64bddc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111101 11011100
Octal 144 275 334
Decimal 100 189 220
Hex 64 BD DC

RGB Percentages of Color #64bddc

%19.65
%37.13
%43.22

CMYK Percentages of Color #64bddc

%55
%14
%0
%14

Triadic Colors of #64bddc

#64bddc #dc64bd #bddc64

Analogous Colors of #64bddc

#64bddc #6481dc #64dcbf

Monochromatic Colors of #64bddc

#64bddc

Complementary Color

#64bddc #dc8364

#64bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bddc Color CSS Codes

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

#64bddc Text Font Color

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

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


#64bddc Background Color

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

This div background color is #64bddc


#64bddc Border Color

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

This div border color is #64bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bddc


Comments

No comments written yet.

Please login to write comment.