Color Hex Logo

#5fceb0 Color Hex

#5FCEB0
(95,206,176)
0 Favorites   0 Comments

Color spaces of #5fceb0

RGB 95206176
HSL0.450.530.59
HSV164°54°81°
CMYK 0.540.000.15   0.19
XYZ34.627149.710148.8443
Yxy49.71010.26000.3733
Hunter Lab70.5054-35.71838.2792
CIE-Lab75.8910-38.97685.3306

#5fceb0 color RGB value is (95,206,176).

#5fceb0 hex color red value is 95, green value is 206 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #5fceb0 hue: 0.45 , saturation: 0.53 and the lightness value of 5fceb0 is 0.59.

The process color (four color CMYK) of #5fceb0 color hex is 0.54, 0.00, 0.15, 0.19. Web safe color of #5fceb0 is #66cc99. Color #5fceb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001110 10110000
Octal 137 316 260
Decimal 95 206 176
Hex 5F CE B0

RGB Percentages of Color #5fceb0

%19.92
%43.19
%36.90

CMYK Percentages of Color #5fceb0

%54
%0
%15
%19

Triadic Colors of #5fceb0

#5fceb0 #b05fce #ceb05f

Analogous Colors of #5fceb0

#5fceb0 #5fb5ce #5fce79

Monochromatic Colors of #5fceb0

#5fceb0

Complementary Color

#5fceb0 #ce5f7d

#5fceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fceb0 Color CSS Codes

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

#5fceb0 Text Font Color

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

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


#5fceb0 Background Color

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

This div background color is #5fceb0


#5fceb0 Border Color

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

This div border color is #5fceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fceb0


Comments

No comments written yet.

Please login to write comment.