Color Hex Logo

#4caeb7 Color Hex

#4CAEB7
(76,174,183)
0 Favorites   0 Comments

Color spaces of #4caeb7

RGB 76174183
HSL0.510.430.51
HSV185°58°72°
CMYK 0.580.050.00   0.28
XYZ26.663835.227550.1940
Yxy35.22750.23790.3143
Hunter Lab59.3528-23.6775-8.5940
CIE-Lab65.9254-25.8128-13.2489

#4caeb7 color RGB value is (76,174,183).

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

The process color (four color CMYK) of #4caeb7 color hex is 0.58, 0.05, 0.00, 0.28. Web safe color of #4caeb7 is #3399cc. Color #4caeb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10110111
Octal 114 256 267
Decimal 76 174 183
Hex 4C AE B7

RGB Percentages of Color #4caeb7

%17.55
%40.18
%42.26

CMYK Percentages of Color #4caeb7

%58
%5
%0
%28

Triadic Colors of #4caeb7

#4caeb7 #b74cae #aeb74c

Analogous Colors of #4caeb7

#4caeb7 #4c79b7 #4cb78b

Monochromatic Colors of #4caeb7

#4caeb7

Complementary Color

#4caeb7 #b7554c

#4caeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeb7 Color CSS Codes

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

#4caeb7 Text Font Color

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

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


#4caeb7 Background Color

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

This div background color is #4caeb7


#4caeb7 Border Color

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

This div border color is #4caeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeb7


Comments

No comments written yet.

Please login to write comment.