Color Hex Logo

#4cbecc Color Hex

#4CBECC
(76,190,204)
0 Favorites   0 Comments

Color spaces of #4cbecc

RGB 76190204
HSL0.520.560.55
HSV187°63°80°
CMYK 0.630.070.00   0.20
XYZ32.293042.723063.6711
Yxy42.72300.23280.3081
Hunter Lab65.3628-26.1957-12.0015
CIE-Lab71.3666-27.6861-16.6146

#4cbecc color RGB value is (76,190,204).

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

The process color (four color CMYK) of #4cbecc color hex is 0.63, 0.07, 0.00, 0.20. Web safe color of #4cbecc is #33cccc. Color #4cbecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11001100
Octal 114 276 314
Decimal 76 190 204
Hex 4C BE CC

RGB Percentages of Color #4cbecc

%16.17
%40.43
%43.40

CMYK Percentages of Color #4cbecc

%63
%7
%0
%20

Triadic Colors of #4cbecc

#4cbecc #cc4cbe #becc4c

Analogous Colors of #4cbecc

#4cbecc #4c7ecc #4ccc9a

Monochromatic Colors of #4cbecc

#4cbecc

Complementary Color

#4cbecc #cc5a4c

#4cbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbecc Color CSS Codes

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

#4cbecc Text Font Color

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

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


#4cbecc Background Color

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

This div background color is #4cbecc


#4cbecc Border Color

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

This div border color is #4cbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbecc


Comments

No comments written yet.

Please login to write comment.