Color Hex Logo

#4caeaf Color Hex

#4CAEAF
(76,174,175)
0 Favorites   0 Comments

Color spaces of #4caeaf

RGB 76174175
HSL0.500.390.49
HSV181°57°69°
CMYK 0.570.010.00   0.31
XYZ25.854434.903745.9319
Yxy34.90370.24230.3272
Hunter Lab59.0794-25.2734-4.7401
CIE-Lab65.6736-28.0735-9.1800

#4caeaf color RGB value is (76,174,175).

#4caeaf hex color red value is 76, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4caeaf hue: 0.50 , saturation: 0.39 and the lightness value of 4caeaf is 0.49.

The process color (four color CMYK) of #4caeaf color hex is 0.57, 0.01, 0.00, 0.31. Web safe color of #4caeaf is #339999. Color #4caeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10101111
Octal 114 256 257
Decimal 76 174 175
Hex 4C AE AF

RGB Percentages of Color #4caeaf

%17.88
%40.94
%41.18

CMYK Percentages of Color #4caeaf

%57
%1
%0
%31

Triadic Colors of #4caeaf

#4caeaf #af4cae #aeaf4c

Analogous Colors of #4caeaf

#4caeaf #4c7daf #4caf7f

Monochromatic Colors of #4caeaf

#4caeaf

Complementary Color

#4caeaf #af4d4c

#4caeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeaf Color CSS Codes

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

#4caeaf Text Font Color

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

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


#4caeaf Background Color

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

This div background color is #4caeaf


#4caeaf Border Color

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

This div border color is #4caeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeaf


Comments

No comments written yet.

Please login to write comment.