Color Hex Logo

#5fdbef Color Hex

#5FDBEF
(95,219,239)
0 Favorites   0 Comments

Color spaces of #5fdbef

RGB 95219239
HSL0.520.820.65
HSV188°60°94°
CMYK 0.600.080.00   0.06
XYZ45.630859.327990.7078
Yxy59.32790.23320.3032
Hunter Lab77.0246-29.0464-15.9055
CIE-Lab81.4715-28.6254-20.1335

#5fdbef color RGB value is (95,219,239).

#5fdbef hex color red value is 95, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5fdbef hue: 0.52 , saturation: 0.82 and the lightness value of 5fdbef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011011 11101111
Octal 137 333 357
Decimal 95 219 239
Hex 5F DB EF

RGB Percentages of Color #5fdbef

%17.18
%39.60
%43.22

CMYK Percentages of Color #5fdbef

%60
%8
%0
%6

Triadic Colors of #5fdbef

#5fdbef #ef5fdb #dbef5f

Analogous Colors of #5fdbef

#5fdbef #5f93ef #5fefbb

Monochromatic Colors of #5fdbef

#5fdbef

Complementary Color

#5fdbef #ef735f

#5fdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdbef Color CSS Codes

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

#5fdbef Text Font Color

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

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


#5fdbef Background Color

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

This div background color is #5fdbef


#5fdbef Border Color

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

This div border color is #5fdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdbef


Comments

No comments written yet.

Please login to write comment.