Color Hex Logo

#5faffc Color Hex

#5FAFFC
(95,175,252)
0 Favorites   0 Comments

Color spaces of #5faffc

RGB 95175252
HSL0.580.960.68
HSV209°62°99°
CMYK 0.620.310.00   0.01
XYZ37.620040.121197.8568
Yxy40.12110.21420.2285
Hunter Lab63.3412-4.8313-47.2592
CIE-Lab69.5557-1.6641-45.4974

#5faffc color RGB value is (95,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11111100
Octal 137 257 374
Decimal 95 175 252
Hex 5F AF FC

RGB Percentages of Color #5faffc

%18.20
%33.52
%48.28

CMYK Percentages of Color #5faffc

%62
%31
%0
%1

Triadic Colors of #5faffc

#5faffc #fc5faf #affc5f

Analogous Colors of #5faffc

#5faffc #5f61fc #5ffcfb

Monochromatic Colors of #5faffc

#5faffc

Complementary Color

#5faffc #fcac5f

#5faffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faffc Color CSS Codes

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

#5faffc Text Font Color

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

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


#5faffc Background Color

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

This div background color is #5faffc


#5faffc Border Color

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

This div border color is #5faffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faffc

Related Colors


Comments

No comments written yet.

Please login to write comment.