Color Hex Logo

#5fefcb Color Hex

#5FEFCB
(95,239,203)
0 Favorites   0 Comments

Color spaces of #5fefcb

RGB 95239203
HSL0.460.820.65
HSV165°60°94°
CMYK 0.600.000.15   0.06
XYZ46.365368.477767.2737
Yxy68.47770.25460.3760
Hunter Lab82.7513-44.80169.7253
CIE-Lab86.2448-47.11035.9408

#5fefcb color RGB value is (95,239,203).

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

The process color (four color CMYK) of #5fefcb color hex is 0.60, 0.00, 0.15, 0.06. Web safe color of #5fefcb is #66ffcc. Color #5fefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 11001011
Octal 137 357 313
Decimal 95 239 203
Hex 5F EF CB

RGB Percentages of Color #5fefcb

%17.69
%44.51
%37.80

CMYK Percentages of Color #5fefcb

%60
%0
%15
%6

Triadic Colors of #5fefcb

#5fefcb #cb5fef #efcb5f

Analogous Colors of #5fefcb

#5fefcb #5fcbef #5fef83

Monochromatic Colors of #5fefcb

#5fefcb

Complementary Color

#5fefcb #ef5f83

#5fefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fefcb Color CSS Codes

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

#5fefcb Text Font Color

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

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


#5fefcb Background Color

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

This div background color is #5fefcb


#5fefcb Border Color

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

This div border color is #5fefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fefcb


Comments

No comments written yet.

Please login to write comment.