Color Hex Logo

#5caeef Color Hex

#5CAEEF
(92,174,239)
0 Favorites   0 Comments

Color spaces of #5caeef

RGB 92174239
HSL0.570.820.65
HSV207°62°94°
CMYK 0.620.270.00   0.06
XYZ35.129738.779487.2950
Yxy38.77940.21790.2406
Hunter Lab62.2731-8.2820-39.5221
CIE-Lab68.5912-5.7927-39.9506

#5caeef color RGB value is (92,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 11101111
Octal 134 256 357
Decimal 92 174 239
Hex 5C AE EF

RGB Percentages of Color #5caeef

%18.22
%34.46
%47.33

CMYK Percentages of Color #5caeef

%62
%27
%0
%6

Triadic Colors of #5caeef

#5caeef #ef5cae #aeef5c

Analogous Colors of #5caeef

#5caeef #5c65ef #5cefe7

Monochromatic Colors of #5caeef

#5caeef

Complementary Color

#5caeef #ef9d5c

#5caeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caeef Color CSS Codes

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

#5caeef Text Font Color

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

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


#5caeef Background Color

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

This div background color is #5caeef


#5caeef Border Color

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

This div border color is #5caeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caeef


Comments

No comments written yet.

Please login to write comment.