Color Hex Logo

#64cbfd Color Hex

#64CBFD
(100,203,253)
0 Favorites   0 Comments

Color spaces of #64cbfd

RGB 100203253
HSL0.550.970.69
HSV200°60°99°
CMYK 0.600.200.00   0.01
XYZ44.341152.5130100.7275
Yxy52.51300.22440.2658
Hunter Lab72.4659-17.5930-31.6870
CIE-Lab77.5866-15.6040-33.5203

#64cbfd color RGB value is (100,203,253).

#64cbfd hex color red value is 100, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #64cbfd hue: 0.55 , saturation: 0.97 and the lightness value of 64cbfd is 0.69.

The process color (four color CMYK) of #64cbfd color hex is 0.60, 0.20, 0.00, 0.01. Web safe color of #64cbfd is #66ccff. Color #64cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001011 11111101
Octal 144 313 375
Decimal 100 203 253
Hex 64 CB FD

RGB Percentages of Color #64cbfd

%17.99
%36.51
%45.50

CMYK Percentages of Color #64cbfd

%60
%20
%0
%1

Triadic Colors of #64cbfd

#64cbfd #fd64cb #cbfd64

Analogous Colors of #64cbfd

#64cbfd #647ffd #64fde3

Monochromatic Colors of #64cbfd

#64cbfd

Complementary Color

#64cbfd #fd9664

#64cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cbfd Color CSS Codes

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

#64cbfd Text Font Color

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

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


#64cbfd Background Color

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

This div background color is #64cbfd


#64cbfd Border Color

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

This div border color is #64cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cbfd


Comments

No comments written yet.

Please login to write comment.