Color Hex Logo

#5fbdda Color Hex

#5FBDDA
(95,189,218)
0 Favorites   0 Comments

Color spaces of #5fbdda

RGB 95189218
HSL0.540.620.61
HSV194°56°85°
CMYK 0.560.130.00   0.15
XYZ35.571843.890072.9265
Yxy43.89000.23340.2880
Hunter Lab66.2495-20.0935-18.8909
CIE-Lab72.1549-19.6547-22.9955

#5fbdda color RGB value is (95,189,218).

#5fbdda hex color red value is 95, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5fbdda hue: 0.54 , saturation: 0.62 and the lightness value of 5fbdda is 0.61.

The process color (four color CMYK) of #5fbdda color hex is 0.56, 0.13, 0.00, 0.15. Web safe color of #5fbdda is #66cccc. Color #5fbdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11011010
Octal 137 275 332
Decimal 95 189 218
Hex 5F BD DA

RGB Percentages of Color #5fbdda

%18.92
%37.65
%43.43

CMYK Percentages of Color #5fbdda

%56
%13
%0
%15

Triadic Colors of #5fbdda

#5fbdda #da5fbd #bdda5f

Analogous Colors of #5fbdda

#5fbdda #5f80da #5fdaba

Monochromatic Colors of #5fbdda

#5fbdda

Complementary Color

#5fbdda #da7c5f

#5fbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdda Color CSS Codes

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

#5fbdda Text Font Color

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

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


#5fbdda Background Color

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

This div background color is #5fbdda


#5fbdda Border Color

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

This div border color is #5fbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdda


Comments

No comments written yet.

Please login to write comment.