Color Hex Logo

#57aeed Color Hex

#57AEED
(87,174,237)
0 Favorites   0 Comments

Color spaces of #57aeed

RGB 87174237
HSL0.570.810.64
HSV205°63°93°
CMYK 0.630.270.00   0.07
XYZ34.352638.412885.7246
Yxy38.41280.21670.2424
Hunter Lab61.9781-9.5244-38.6220
CIE-Lab68.3238-7.3056-39.2908

#57aeed color RGB value is (87,174,237).

#57aeed hex color red value is 87, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #57aeed hue: 0.57 , saturation: 0.81 and the lightness value of 57aeed is 0.64.

The process color (four color CMYK) of #57aeed color hex is 0.63, 0.27, 0.00, 0.07. Web safe color of #57aeed is #6699ff. Color #57aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 11101101
Octal 127 256 355
Decimal 87 174 237
Hex 57 AE ED

RGB Percentages of Color #57aeed

%17.47
%34.94
%47.59

CMYK Percentages of Color #57aeed

%63
%27
%0
%7

Triadic Colors of #57aeed

#57aeed #ed57ae #aeed57

Analogous Colors of #57aeed

#57aeed #5763ed #57ede1

Monochromatic Colors of #57aeed

#57aeed

Complementary Color

#57aeed #ed9657

#57aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aeed Color CSS Codes

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

#57aeed Text Font Color

<p style="color:#57aeed">Text here</p>

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


#57aeed Background Color

<div style="background-color:#57aeed">
Div content here</div>

This div background color is #57aeed


#57aeed Border Color

<div style="border:3px solid #57aeed">
Div here</div>

This div border color is #57aeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,174,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57aeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57aeed;
  -webkit-box-shadow: 1px 1px 3px 2px #57aeed;
  box-shadow:         1px 1px 3px 2px #57aeed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aeed


Comments

No comments written yet.

Please login to write comment.