Color Hex Logo

#4caaef Color Hex

#4CAAEF
(76,170,239)
0 Favorites   0 Comments

Color spaces of #4caaef

RGB 76170239
HSL0.570.840.62
HSV205°68°94°
CMYK 0.680.290.00   0.06
XYZ32.935236.517986.9742
Yxy36.51790.21050.2334
Hunter Lab60.4300-8.4676-43.0324
CIE-Lab66.9138-6.1954-42.6148

#4caaef color RGB value is (76,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11101111
Octal 114 252 357
Decimal 76 170 239
Hex 4C AA EF

RGB Percentages of Color #4caaef

%15.67
%35.05
%49.28

CMYK Percentages of Color #4caaef

%68
%29
%0
%6

Triadic Colors of #4caaef

#4caaef #ef4caa #aaef4c

Analogous Colors of #4caaef

#4caaef #4c59ef #4cefe3

Monochromatic Colors of #4caaef

#4caaef

Complementary Color

#4caaef #ef914c

#4caaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caaef Color CSS Codes

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

#4caaef Text Font Color

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

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


#4caaef Background Color

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

This div background color is #4caaef


#4caaef Border Color

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

This div border color is #4caaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caaef


Comments

No comments written yet.

Please login to write comment.