Color Hex Logo

#4cbfae Color Hex

#4CBFAE
(76,191,174)
0 Favorites   0 Comments

Color spaces of #4cbfae

RGB 76191174
HSL0.480.470.52
HSV171°60°75°
CMYK 0.600.000.09   0.25
XYZ29.251341.854146.5813
Yxy41.85410.24860.3556
Hunter Lab64.6947-32.50822.5965
CIE-Lab70.7702-36.4330-1.0964

#4cbfae color RGB value is (76,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 10101110
Octal 114 277 256
Decimal 76 191 174
Hex 4C BF AE

RGB Percentages of Color #4cbfae

%17.23
%43.31
%39.46

CMYK Percentages of Color #4cbfae

%60
%0
%9
%25

Triadic Colors of #4cbfae

#4cbfae #ae4cbf #bfae4c

Analogous Colors of #4cbfae

#4cbfae #4c97bf #4cbf75

Monochromatic Colors of #4cbfae

#4cbfae

Complementary Color

#4cbfae #bf4c5d

#4cbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfae Color CSS Codes

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

#4cbfae Text Font Color

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

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


#4cbfae Background Color

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

This div background color is #4cbfae


#4cbfae Border Color

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

This div border color is #4cbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfae


Comments

No comments written yet.

Please login to write comment.