Color Hex Logo

#4caef0 Color Hex

#4CAEF0
(76,174,240)
0 Favorites   0 Comments

Color spaces of #4caef0

RGB 76174240
HSL0.570.850.62
HSV204°68°94°
CMYK 0.680.280.00   0.06
XYZ33.844738.099988.0083
Yxy38.09990.21160.2382
Hunter Lab61.7251-10.1450-41.3287
CIE-Lab68.0942-8.0800-41.3122

#4caef0 color RGB value is (76,174,240).

#4caef0 hex color red value is 76, green value is 174 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #4caef0 hue: 0.57 , saturation: 0.85 and the lightness value of 4caef0 is 0.62.

The process color (four color CMYK) of #4caef0 color hex is 0.68, 0.28, 0.00, 0.06. Web safe color of #4caef0 is #3399ff. Color #4caef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11110000
Octal 114 256 360
Decimal 76 174 240
Hex 4C AE F0

RGB Percentages of Color #4caef0

%15.51
%35.51
%48.98

CMYK Percentages of Color #4caef0

%68
%28
%0
%6

Triadic Colors of #4caef0

#4caef0 #f04cae #aef04c

Analogous Colors of #4caef0

#4caef0 #4c5cf0 #4cf0e0

Monochromatic Colors of #4caef0

#4caef0

Complementary Color

#4caef0 #f08e4c

#4caef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caef0 Color CSS Codes

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

#4caef0 Text Font Color

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

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


#4caef0 Background Color

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

This div background color is #4caef0


#4caef0 Border Color

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

This div border color is #4caef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caef0


Comments

No comments written yet.

Please login to write comment.