Color Hex Logo

#4ccfae Color Hex

#4CCFAE
(76,207,174)
0 Favorites   0 Comments

Color spaces of #4ccfae

RGB 76207174
HSL0.460.580.55
HSV165°63°81°
CMYK 0.630.000.16   0.19
XYZ32.933349.218147.8087
Yxy49.21810.25340.3787
Hunter Lab70.1556-38.97878.7048
CIE-Lab75.5868-43.58605.8959

#4ccfae color RGB value is (76,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 10101110
Octal 114 317 256
Decimal 76 207 174
Hex 4C CF AE

RGB Percentages of Color #4ccfae

%16.63
%45.30
%38.07

CMYK Percentages of Color #4ccfae

%63
%0
%16
%19

Triadic Colors of #4ccfae

#4ccfae #ae4ccf #cfae4c

Analogous Colors of #4ccfae

#4ccfae #4cafcf #4ccf6d

Monochromatic Colors of #4ccfae

#4ccfae

Complementary Color

#4ccfae #cf4c6d

#4ccfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfae Color CSS Codes

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

#4ccfae Text Font Color

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

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


#4ccfae Background Color

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

This div background color is #4ccfae


#4ccfae Border Color

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

This div border color is #4ccfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfae


Comments

No comments written yet.

Please login to write comment.