Color Hex Logo

#4caeba Color Hex

#4CAEBA
(76,174,186)
0 Favorites   0 Comments

Color spaces of #4caeba

RGB 76174186
HSL0.520.440.51
HSV187°59°73°
CMYK 0.590.060.00   0.27
XYZ26.979535.353851.8564
Yxy35.35380.23630.3096
Hunter Lab59.4591-23.0591-10.0876
CIE-Lab66.0232-24.9475-14.7674

#4caeba color RGB value is (76,174,186).

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

The process color (four color CMYK) of #4caeba color hex is 0.59, 0.06, 0.00, 0.27. Web safe color of #4caeba is #3399cc. Color #4caeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10111010
Octal 114 256 272
Decimal 76 174 186
Hex 4C AE BA

RGB Percentages of Color #4caeba

%17.43
%39.91
%42.66

CMYK Percentages of Color #4caeba

%59
%6
%0
%27

Triadic Colors of #4caeba

#4caeba #ba4cae #aeba4c

Analogous Colors of #4caeba

#4caeba #4c77ba #4cba8f

Monochromatic Colors of #4caeba

#4caeba

Complementary Color

#4caeba #ba584c

#4caeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeba Color CSS Codes

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

#4caeba Text Font Color

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

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


#4caeba Background Color

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

This div background color is #4caeba


#4caeba Border Color

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

This div border color is #4caeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeba


Comments

No comments written yet.

Please login to write comment.