Color Hex Logo

#4cbdfe Color Hex

#4CBDFE
(76,189,254)
0 Favorites   0 Comments

Color spaces of #4cbdfe

RGB 76189254
HSL0.560.990.65
HSV202°70°100°
CMYK 0.700.260.00   0.00
XYZ39.067545.0874100.4096
Yxy45.08740.21170.2443
Hunter Lab67.1472-13.6528-41.6573
CIE-Lab72.9494-11.6428-41.3102

#4cbdfe color RGB value is (76,189,254).

#4cbdfe hex color red value is 76, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4cbdfe hue: 0.56 , saturation: 0.99 and the lightness value of 4cbdfe is 0.65.

The process color (four color CMYK) of #4cbdfe color hex is 0.70, 0.26, 0.00, 0.00. Web safe color of #4cbdfe is #33ccff. Color #4cbdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 11111110
Octal 114 275 376
Decimal 76 189 254
Hex 4C BD FE

RGB Percentages of Color #4cbdfe

%14.64
%36.42
%48.94

CMYK Percentages of Color #4cbdfe

%70
%26
%0
%0

Triadic Colors of #4cbdfe

#4cbdfe #fe4cbd #bdfe4c

Analogous Colors of #4cbdfe

#4cbdfe #4c64fe #4cfee6

Monochromatic Colors of #4cbdfe

#4cbdfe

Complementary Color

#4cbdfe #fe8d4c

#4cbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdfe Color CSS Codes

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

#4cbdfe Text Font Color

<p style="color:#4cbdfe">Text here</p>

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


#4cbdfe Background Color

<div style="background-color:#4cbdfe">
Div content here</div>

This div background color is #4cbdfe


#4cbdfe Border Color

<div style="border:3px solid #4cbdfe">
Div here</div>

This div border color is #4cbdfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,189,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cbdfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cbdfe;
  -webkit-box-shadow: 1px 1px 3px 2px #4cbdfe;
  box-shadow:         1px 1px 3px 2px #4cbdfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdfe


Comments

No comments written yet.

Please login to write comment.