Color Hex Logo

#5fbdfc Color Hex

#5FBDFC
(95,189,252)
0 Favorites   0 Comments

Color spaces of #5fbdfc

RGB 95189252
HSL0.570.960.68
HSV204°62°99°
CMYK 0.620.250.00   0.01
XYZ40.487645.856498.8127
Yxy45.85640.21870.2477
Hunter Lab67.7174-11.7818-39.1134
CIE-Lab73.4523-9.3593-39.4056

#5fbdfc color RGB value is (95,189,252).

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

The process color (four color CMYK) of #5fbdfc color hex is 0.62, 0.25, 0.00, 0.01. Web safe color of #5fbdfc is #66ccff. Color #5fbdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11111100
Octal 137 275 374
Decimal 95 189 252
Hex 5F BD FC

RGB Percentages of Color #5fbdfc

%17.72
%35.26
%47.01

CMYK Percentages of Color #5fbdfc

%62
%25
%0
%1

Triadic Colors of #5fbdfc

#5fbdfc #fc5fbd #bdfc5f

Analogous Colors of #5fbdfc

#5fbdfc #5f6ffc #5ffced

Monochromatic Colors of #5fbdfc

#5fbdfc

Complementary Color

#5fbdfc #fc9e5f

#5fbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdfc Color CSS Codes

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

#5fbdfc Text Font Color

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

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


#5fbdfc Background Color

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

This div background color is #5fbdfc


#5fbdfc Border Color

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

This div border color is #5fbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.