Color Hex Logo

#4cceaf Color Hex

#4CCEAF
(76,206,175)
0 Favorites   0 Comments

Color spaces of #4cceaf

RGB 76206175
HSL0.460.570.55
HSV166°63°81°
CMYK 0.630.000.15   0.19
XYZ32.789748.774348.2436
Yxy48.77430.25260.3757
Hunter Lab69.8386-38.41067.9303
CIE-Lab75.3107-42.90704.9603

#4cceaf color RGB value is (76,206,175).

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

The process color (four color CMYK) of #4cceaf color hex is 0.63, 0.00, 0.15, 0.19. Web safe color of #4cceaf is #33cc99. Color #4cceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 10101111
Octal 114 316 257
Decimal 76 206 175
Hex 4C CE AF

RGB Percentages of Color #4cceaf

%16.63
%45.08
%38.29

CMYK Percentages of Color #4cceaf

%63
%0
%15
%19

Triadic Colors of #4cceaf

#4cceaf #af4cce #ceaf4c

Analogous Colors of #4cceaf

#4cceaf #4cacce #4cce6e

Monochromatic Colors of #4cceaf

#4cceaf

Complementary Color

#4cceaf #ce4c6b

#4cceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cceaf Color CSS Codes

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

#4cceaf Text Font Color

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

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


#4cceaf Background Color

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

This div background color is #4cceaf


#4cceaf Border Color

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

This div border color is #4cceaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,206,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 #4cceaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cceaf


Comments

No comments written yet.

Please login to write comment.