Color Hex Logo

#4cbdc0 Color Hex

#4CBDC0
(76,189,192)
0 Favorites   0 Comments

Color spaces of #4cbdc0

RGB 76189192
HSL0.500.480.53
HSV182°60°75°
CMYK 0.600.020.00   0.25
XYZ30.692541.737556.3076
Yxy41.73750.23840.3242
Hunter Lab64.6046-28.2558-6.4524
CIE-Lab70.6896-30.6299-11.0687

#4cbdc0 color RGB value is (76,189,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 11000000
Octal 114 275 300
Decimal 76 189 192
Hex 4C BD C0

RGB Percentages of Color #4cbdc0

%16.63
%41.36
%42.01

CMYK Percentages of Color #4cbdc0

%60
%2
%0
%25

Triadic Colors of #4cbdc0

#4cbdc0 #c04cbd #bdc04c

Analogous Colors of #4cbdc0

#4cbdc0 #4c83c0 #4cc089

Monochromatic Colors of #4cbdc0

#4cbdc0

Complementary Color

#4cbdc0 #c04f4c

#4cbdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdc0 Color CSS Codes

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

#4cbdc0 Text Font Color

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

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


#4cbdc0 Background Color

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

This div background color is #4cbdc0


#4cbdc0 Border Color

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

This div border color is #4cbdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdc0


Comments

No comments written yet.

Please login to write comment.