Color Hex Logo

#5fdcef Color Hex

#5FDCEF
(95,220,239)
0 Favorites   0 Comments

Color spaces of #5fdcef

RGB 95220239
HSL0.520.820.65
HSV188°60°94°
CMYK 0.600.080.00   0.06
XYZ45.892559.851390.7950
Yxy59.85130.23350.3045
Hunter Lab77.3636-29.4992-15.4290
CIE-Lab81.7573-29.1103-19.7010

#5fdcef color RGB value is (95,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 11101111
Octal 137 334 357
Decimal 95 220 239
Hex 5F DC EF

RGB Percentages of Color #5fdcef

%17.15
%39.71
%43.14

CMYK Percentages of Color #5fdcef

%60
%8
%0
%6

Triadic Colors of #5fdcef

#5fdcef #ef5fdc #dcef5f

Analogous Colors of #5fdcef

#5fdcef #5f94ef #5fefba

Monochromatic Colors of #5fdcef

#5fdcef

Complementary Color

#5fdcef #ef725f

#5fdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcef Color CSS Codes

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

#5fdcef Text Font Color

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

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


#5fdcef Background Color

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

This div background color is #5fdcef


#5fdcef Border Color

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

This div border color is #5fdcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,220,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 #5fdcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcef


Comments

No comments written yet.

Please login to write comment.