Color Hex Logo

#4cbdaf Color Hex

#4CBDAF
(76,189,175)
0 Favorites   0 Comments

Color spaces of #4cbdaf

RGB 76189175
HSL0.480.460.52
HSV173°60°74°
CMYK 0.600.000.07   0.26
XYZ28.916041.026846.9524
Yxy41.02680.24740.3510
Hunter Lab64.0522-31.50841.3749
CIE-Lab70.1947-35.2471-2.4878

#4cbdaf color RGB value is (76,189,175).

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

The process color (four color CMYK) of #4cbdaf color hex is 0.60, 0.00, 0.07, 0.26. Web safe color of #4cbdaf is #33cc99. Color #4cbdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 10101111
Octal 114 275 257
Decimal 76 189 175
Hex 4C BD AF

RGB Percentages of Color #4cbdaf

%17.27
%42.95
%39.77

CMYK Percentages of Color #4cbdaf

%60
%0
%7
%26

Triadic Colors of #4cbdaf

#4cbdaf #af4cbd #bdaf4c

Analogous Colors of #4cbdaf

#4cbdaf #4c93bd #4cbd77

Monochromatic Colors of #4cbdaf

#4cbdaf

Complementary Color

#4cbdaf #bd4c5a

#4cbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdaf Color CSS Codes

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

#4cbdaf Text Font Color

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

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


#4cbdaf Background Color

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

This div background color is #4cbdaf


#4cbdaf Border Color

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

This div border color is #4cbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdaf


Comments

No comments written yet.

Please login to write comment.