Color Hex Logo

#4caeef Color Hex

#4CAEEF
(76,174,239)
0 Favorites   0 Comments

Color spaces of #4caeef

RGB 76174239
HSL0.570.840.62
HSV204°68°94°
CMYK 0.680.270.00   0.06
XYZ33.696538.040687.2279
Yxy38.04060.21200.2393
Hunter Lab61.6771-10.4136-40.6780
CIE-Lab68.0505-8.4099-40.8351

#4caeef color RGB value is (76,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11101111
Octal 114 256 357
Decimal 76 174 239
Hex 4C AE EF

RGB Percentages of Color #4caeef

%15.54
%35.58
%48.88

CMYK Percentages of Color #4caeef

%68
%27
%0
%6

Triadic Colors of #4caeef

#4caeef #ef4cae #aeef4c

Analogous Colors of #4caeef

#4caeef #4c5def #4cefdf

Monochromatic Colors of #4caeef

#4caeef

Complementary Color

#4caeef #ef8d4c

#4caeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeef Color CSS Codes

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

#4caeef Text Font Color

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

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


#4caeef Background Color

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

This div background color is #4caeef


#4caeef Border Color

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

This div border color is #4caeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,174,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 #4caeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeef


Comments

No comments written yet.

Please login to write comment.