Color Hex Logo

#5fbdee Color Hex

#5FBDEE
(95,189,238)
0 Favorites   0 Comments

Color spaces of #5fbdee

RGB 95189238
HSL0.560.810.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ38.349545.001187.5538
Yxy45.00110.22440.2633
Hunter Lab67.0829-15.3513-30.4249
CIE-Lab72.8926-13.6896-32.7177

#5fbdee color RGB value is (95,189,238).

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

The process color (four color CMYK) of #5fbdee color hex is 0.60, 0.21, 0.00, 0.07. Web safe color of #5fbdee is #66ccff. Color #5fbdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11101110
Octal 137 275 356
Decimal 95 189 238
Hex 5F BD EE

RGB Percentages of Color #5fbdee

%18.20
%36.21
%45.59

CMYK Percentages of Color #5fbdee

%60
%21
%0
%7

Triadic Colors of #5fbdee

#5fbdee #ee5fbd #bdee5f

Analogous Colors of #5fbdee

#5fbdee #5f76ee #5feed8

Monochromatic Colors of #5fbdee

#5fbdee

Complementary Color

#5fbdee #ee905f

#5fbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdee Color CSS Codes

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

#5fbdee Text Font Color

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

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


#5fbdee Background Color

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

This div background color is #5fbdee


#5fbdee Border Color

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

This div border color is #5fbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdee


Comments

No comments written yet.

Please login to write comment.