Color Hex Logo

#4caeff Color Hex

#4CAEFF
(76,174,255)
0 Favorites   0 Comments

Color spaces of #4caeff

RGB 76174255
HSL0.581.000.65
HSV207°70°100°
CMYK 0.700.320.00   0.00
XYZ36.166539.0286100.2348
Yxy39.02860.20620.2225
Hunter Lab62.4729-5.9912-51.3970
CIE-Lab68.7720-3.0761-48.3996

#4caeff color RGB value is (76,174,255).

#4caeff hex color red value is 76, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4caeff hue: 0.58 , saturation: 1.00 and the lightness value of 4caeff is 0.65.

The process color (four color CMYK) of #4caeff color hex is 0.70, 0.32, 0.00, 0.00. Web safe color of #4caeff is #3399ff. Color #4caeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11111111
Octal 114 256 377
Decimal 76 174 255
Hex 4C AE FF

RGB Percentages of Color #4caeff

%15.05
%34.46
%50.50

CMYK Percentages of Color #4caeff

%70
%32
%0
%0

Triadic Colors of #4caeff

#4caeff #ff4cae #aeff4c

Analogous Colors of #4caeff

#4caeff #4c54ff #4cfff7

Monochromatic Colors of #4caeff

#4caeff

Complementary Color

#4caeff #ff9d4c

#4caeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeff Color CSS Codes

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

#4caeff Text Font Color

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

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


#4caeff Background Color

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

This div background color is #4caeff


#4caeff Border Color

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

This div border color is #4caeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeff

Related Colors


Comments

No comments written yet.

Please login to write comment.