Color Hex Logo

#64bedb Color Hex

#64BEDB
(100,190,219)
0 Favorites   0 Comments

Color spaces of #64bedb

RGB 100190219
HSL0.540.620.63
HSV195°54°86°
CMYK 0.540.130.00   0.14
XYZ36.455244.650773.7149
Yxy44.65070.23550.2884
Hunter Lab66.8212-19.5540-18.6319
CIE-Lab72.6613-18.8789-22.7507

#64bedb color RGB value is (100,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111110 11011011
Octal 144 276 333
Decimal 100 190 219
Hex 64 BE DB

RGB Percentages of Color #64bedb

%19.65
%37.33
%43.03

CMYK Percentages of Color #64bedb

%54
%13
%0
%14

Triadic Colors of #64bedb

#64bedb #db64be #bedb64

Analogous Colors of #64bedb

#64bedb #6483db #64dbbd

Monochromatic Colors of #64bedb

#64bedb

Complementary Color

#64bedb #db8164

#64bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bedb Color CSS Codes

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

#64bedb Text Font Color

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

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


#64bedb Background Color

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

This div background color is #64bedb


#64bedb Border Color

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

This div border color is #64bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bedb

#64bedb Color Palettes


Comments

No comments written yet.

Please login to write comment.