Color Hex Logo

#4cbefe Color Hex

#4CBEFE
(76,190,254)
0 Favorites   0 Comments

Color spaces of #4cbefe

RGB 76190254
HSL0.560.990.65
HSV202°70°100°
CMYK 0.700.250.00   0.00
XYZ39.283345.5192100.4816
Yxy45.51920.21200.2457
Hunter Lab67.4679-14.1370-41.0745
CIE-Lab73.2325-12.1796-40.8687

#4cbefe color RGB value is (76,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11111110
Octal 114 276 376
Decimal 76 190 254
Hex 4C BE FE

RGB Percentages of Color #4cbefe

%14.62
%36.54
%48.85

CMYK Percentages of Color #4cbefe

%70
%25
%0
%0

Triadic Colors of #4cbefe

#4cbefe #fe4cbe #befe4c

Analogous Colors of #4cbefe

#4cbefe #4c65fe #4cfee5

Monochromatic Colors of #4cbefe

#4cbefe

Complementary Color

#4cbefe #fe8c4c

#4cbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbefe Color CSS Codes

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

#4cbefe Text Font Color

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

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


#4cbefe Background Color

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

This div background color is #4cbefe


#4cbefe Border Color

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

This div border color is #4cbefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,190,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 #4cbefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.