Color Hex Logo

#4cbeea Color Hex

#4CBEEA
(76,190,234)
0 Favorites   0 Comments

Color spaces of #4cbeea

RGB 76190234
HSL0.550.790.61
HSV197°68°92°
CMYK 0.680.190.00   0.08
XYZ36.245244.303984.4831
Yxy44.30390.21960.2685
Hunter Lab66.5612-19.2817-28.6613
CIE-Lab72.4312-18.5858-31.3132

#4cbeea color RGB value is (76,190,234).

#4cbeea hex color red value is 76, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4cbeea hue: 0.55 , saturation: 0.79 and the lightness value of 4cbeea is 0.61.

The process color (four color CMYK) of #4cbeea color hex is 0.68, 0.19, 0.00, 0.08. Web safe color of #4cbeea is #33ccff. Color #4cbeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11101010
Octal 114 276 352
Decimal 76 190 234
Hex 4C BE EA

RGB Percentages of Color #4cbeea

%15.20
%38.00
%46.80

CMYK Percentages of Color #4cbeea

%68
%19
%0
%8

Triadic Colors of #4cbeea

#4cbeea #ea4cbe #beea4c

Analogous Colors of #4cbeea

#4cbeea #4c6fea #4ceac7

Monochromatic Colors of #4cbeea

#4cbeea

Complementary Color

#4cbeea #ea784c

#4cbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbeea Color CSS Codes

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

#4cbeea Text Font Color

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

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


#4cbeea Background Color

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

This div background color is #4cbeea


#4cbeea Border Color

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

This div border color is #4cbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbeea


Comments

No comments written yet.

Please login to write comment.