Color Hex Logo

#4caebf Color Hex

#4CAEBF
(76,174,191)
0 Favorites   0 Comments

Color spaces of #4caebf

RGB 76174191
HSL0.520.470.52
HSV189°60°75°
CMYK 0.600.090.00   0.25
XYZ27.520535.570254.7055
Yxy35.57020.23360.3020
Hunter Lab59.6408-22.0047-12.6352
CIE-Lab66.1902-23.4856-17.2890

#4caebf color RGB value is (76,174,191).

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

The process color (four color CMYK) of #4caebf color hex is 0.60, 0.09, 0.00, 0.25. Web safe color of #4caebf is #3399cc. Color #4caebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10111111
Octal 114 256 277
Decimal 76 174 191
Hex 4C AE BF

RGB Percentages of Color #4caebf

%17.23
%39.46
%43.31

CMYK Percentages of Color #4caebf

%60
%9
%0
%25

Triadic Colors of #4caebf

#4caebf #bf4cae #aebf4c

Analogous Colors of #4caebf

#4caebf #4c75bf #4cbf97

Monochromatic Colors of #4caebf

#4caebf

Complementary Color

#4caebf #bf5d4c

#4caebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caebf Color CSS Codes

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

#4caebf Text Font Color

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

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


#4caebf Background Color

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

This div background color is #4caebf


#4caebf Border Color

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

This div border color is #4caebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caebf


Comments

No comments written yet.

Please login to write comment.