Color Hex Logo

#5fbdff Color Hex

#5FBDFF
(95,189,255)
0 Favorites   0 Comments

Color spaces of #5fbdff

RGB 95189255
HSL0.571.000.69
HSV205°63°100°
CMYK 0.630.260.00   0.00
XYZ40.966946.0481101.3367
Yxy46.04810.21750.2445
Hunter Lab67.8588-10.9909-41.0395
CIE-Lab73.5767-8.4171-40.8259

#5fbdff color RGB value is (95,189,255).

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

The process color (four color CMYK) of #5fbdff color hex is 0.63, 0.26, 0.00, 0.00. Web safe color of #5fbdff is #66ccff. Color #5fbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11111111
Octal 137 275 377
Decimal 95 189 255
Hex 5F BD FF

RGB Percentages of Color #5fbdff

%17.63
%35.06
%47.31

CMYK Percentages of Color #5fbdff

%63
%26
%0
%0

Triadic Colors of #5fbdff

#5fbdff #ff5fbd #bdff5f

Analogous Colors of #5fbdff

#5fbdff #5f6dff #5ffff1

Monochromatic Colors of #5fbdff

#5fbdff

Complementary Color

#5fbdff #ffa15f

#5fbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdff Color CSS Codes

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

#5fbdff Text Font Color

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

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


#5fbdff Background Color

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

This div background color is #5fbdff


#5fbdff Border Color

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

This div border color is #5fbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdff

Related Colors


Comments

No comments written yet.

Please login to write comment.