Color Hex Logo

#5faeed Color Hex

#5FAEED
(95,174,237)
0 Favorites   0 Comments

Color spaces of #5faeed

RGB 95174237
HSL0.570.800.65
HSV207°60°93°
CMYK 0.600.270.00   0.07
XYZ35.141438.819485.7615
Yxy38.81940.22000.2430
Hunter Lab62.3052-8.3565-37.9975
CIE-Lab68.6202-5.8782-38.8061

#5faeed color RGB value is (95,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11101101
Octal 137 256 355
Decimal 95 174 237
Hex 5F AE ED

RGB Percentages of Color #5faeed

%18.77
%34.39
%46.84

CMYK Percentages of Color #5faeed

%60
%27
%0
%7

Triadic Colors of #5faeed

#5faeed #ed5fae #aeed5f

Analogous Colors of #5faeed

#5faeed #5f67ed #5fede5

Monochromatic Colors of #5faeed

#5faeed

Complementary Color

#5faeed #ed9e5f

#5faeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faeed Color CSS Codes

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

#5faeed Text Font Color

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

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


#5faeed Background Color

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

This div background color is #5faeed


#5faeed Border Color

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

This div border color is #5faeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faeed


Comments

No comments written yet.

Please login to write comment.