Color Hex Logo

#5fbdf8 Color Hex

#5FBDF8
(95,189,248)
0 Favorites   0 Comments

Color spaces of #5fbdf8

RGB 95189248
HSL0.560.920.67
HSV203°62°97°
CMYK 0.620.240.00   0.03
XYZ39.860245.605495.5088
Yxy45.60540.22030.2520
Hunter Lab67.5318-12.8221-36.5804
CIE-Lab73.2888-10.6079-37.5049

#5fbdf8 color RGB value is (95,189,248).

#5fbdf8 hex color red value is 95, green value is 189 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #5fbdf8 hue: 0.56 , saturation: 0.92 and the lightness value of 5fbdf8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11111000
Octal 137 275 370
Decimal 95 189 248
Hex 5F BD F8

RGB Percentages of Color #5fbdf8

%17.86
%35.53
%46.62

CMYK Percentages of Color #5fbdf8

%62
%24
%0
%3

Triadic Colors of #5fbdf8

#5fbdf8 #f85fbd #bdf85f

Analogous Colors of #5fbdf8

#5fbdf8 #5f71f8 #5ff8e7

Monochromatic Colors of #5fbdf8

#5fbdf8

Complementary Color

#5fbdf8 #f89a5f

#5fbdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdf8 Color CSS Codes

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

#5fbdf8 Text Font Color

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

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


#5fbdf8 Background Color

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

This div background color is #5fbdf8


#5fbdf8 Border Color

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

This div border color is #5fbdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdf8

Related Colors


Comments

No comments written yet.

Please login to write comment.