Color Hex Logo

#5faefd Color Hex

#5FAEFD
(95,174,253)
0 Favorites   0 Comments

Color spaces of #5faefd

RGB 95174253
HSL0.580.980.68
HSV210°62°99°
CMYK 0.620.310.00   0.01
XYZ37.585039.796898.6291
Yxy39.79680.21350.2261
Hunter Lab63.0847-4.0504-48.5370
CIE-Lab69.3246-0.7817-46.4024

#5faefd color RGB value is (95,174,253).

#5faefd hex color red value is 95, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5faefd hue: 0.58 , saturation: 0.98 and the lightness value of 5faefd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11111101
Octal 137 256 375
Decimal 95 174 253
Hex 5F AE FD

RGB Percentages of Color #5faefd

%18.20
%33.33
%48.47

CMYK Percentages of Color #5faefd

%62
%31
%0
%1

Triadic Colors of #5faefd

#5faefd #fd5fae #aefd5f

Analogous Colors of #5faefd

#5faefd #5f5ffd #5ffdfd

Monochromatic Colors of #5faefd

#5faefd

Complementary Color

#5faefd #fdae5f

#5faefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faefd Color CSS Codes

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

#5faefd Text Font Color

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

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


#5faefd Background Color

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

This div background color is #5faefd


#5faefd Border Color

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

This div border color is #5faefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faefd


Comments

No comments written yet.

Please login to write comment.