Color Hex Logo

#4cbbbd Color Hex

#4CBBBD
(76,187,189)
0 Favorites   0 Comments

Color spaces of #4cbbbd

RGB 76187189
HSL0.500.460.52
HSV181°60°74°
CMYK 0.600.010.00   0.26
XYZ29.936140.751354.4321
Yxy40.75130.23930.3257
Hunter Lab63.8367-28.0071-5.8695
CIE-Lab70.0013-30.5048-10.4528

#4cbbbd color RGB value is (76,187,189).

#4cbbbd hex color red value is 76, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cbbbd hue: 0.50 , saturation: 0.46 and the lightness value of 4cbbbd is 0.52.

The process color (four color CMYK) of #4cbbbd color hex is 0.60, 0.01, 0.00, 0.26. Web safe color of #4cbbbd is #33cccc. Color #4cbbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111011 10111101
Octal 114 273 275
Decimal 76 187 189
Hex 4C BB BD

RGB Percentages of Color #4cbbbd

%16.81
%41.37
%41.81

CMYK Percentages of Color #4cbbbd

%60
%1
%0
%26

Triadic Colors of #4cbbbd

#4cbbbd #bd4cbb #bbbd4c

Analogous Colors of #4cbbbd

#4cbbbd #4c83bd #4cbd87

Monochromatic Colors of #4cbbbd

#4cbbbd

Complementary Color

#4cbbbd #bd4e4c

#4cbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbbbd Color CSS Codes

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

#4cbbbd Text Font Color

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

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


#4cbbbd Background Color

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

This div background color is #4cbbbd


#4cbbbd Border Color

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

This div border color is #4cbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbbbd


Comments

No comments written yet.

Please login to write comment.