Color Hex Logo

#4cbaa8 Color Hex

#4CBAA8
(76,186,168)
0 Favorites   0 Comments

Color spaces of #4cbaa8

RGB 76186168
HSL0.470.440.51
HSV170°59°73°
CMYK 0.590.000.10   0.27
XYZ27.607339.481543.2114
Yxy39.48150.25030.3579
Hunter Lab62.8343-31.53313.2100
CIE-Lab69.0986-35.6744-0.2530

#4cbaa8 color RGB value is (76,186,168).

#4cbaa8 hex color red value is 76, green value is 186 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #4cbaa8 hue: 0.47 , saturation: 0.44 and the lightness value of 4cbaa8 is 0.51.

The process color (four color CMYK) of #4cbaa8 color hex is 0.59, 0.00, 0.10, 0.27. Web safe color of #4cbaa8 is #33cc99. Color #4cbaa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 10101000
Octal 114 272 250
Decimal 76 186 168
Hex 4C BA A8

RGB Percentages of Color #4cbaa8

%17.67
%43.26
%39.07

CMYK Percentages of Color #4cbaa8

%59
%0
%10
%27

Triadic Colors of #4cbaa8

#4cbaa8 #a84cba #baa84c

Analogous Colors of #4cbaa8

#4cbaa8 #4c95ba #4cba71

Monochromatic Colors of #4cbaa8

#4cbaa8

Complementary Color

#4cbaa8 #ba4c5e

#4cbaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbaa8 Color CSS Codes

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

#4cbaa8 Text Font Color

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

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


#4cbaa8 Background Color

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

This div background color is #4cbaa8


#4cbaa8 Border Color

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

This div border color is #4cbaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbaa8


Comments

No comments written yet.

Please login to write comment.