Color Hex Logo

#5fcebe Color Hex

#5FCEBE
(95,206,190)
0 Favorites   0 Comments

Color spaces of #5fcebe

RGB 95206190
HSL0.480.530.59
HSV171°54°81°
CMYK 0.540.000.08   0.19
XYZ36.084950.293256.5209
Yxy50.29320.25250.3519
Hunter Lab70.9177-33.28022.3887
CIE-Lab76.2489-35.5768-1.6862

#5fcebe color RGB value is (95,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001110 10111110
Octal 137 316 276
Decimal 95 206 190
Hex 5F CE BE

RGB Percentages of Color #5fcebe

%19.35
%41.96
%38.70

CMYK Percentages of Color #5fcebe

%54
%0
%8
%19

Triadic Colors of #5fcebe

#5fcebe #be5fce #cebe5f

Analogous Colors of #5fcebe

#5fcebe #5fa7ce #5fce87

Monochromatic Colors of #5fcebe

#5fcebe

Complementary Color

#5fcebe #ce5f6f

#5fcebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcebe Color CSS Codes

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

#5fcebe Text Font Color

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

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


#5fcebe Background Color

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

This div background color is #5fcebe


#5fcebe Border Color

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

This div border color is #5fcebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcebe


Comments

No comments written yet.

Please login to write comment.