Color Hex Logo

#5cbead Color Hex

#5CBEAD
(92,190,173)
0 Favorites   0 Comments

Color spaces of #5cbead

RGB 92190173
HSL0.470.430.55
HSV170°52°75°
CMYK 0.520.000.09   0.25
XYZ30.369942.119446.0643
Yxy42.11940.25620.3553
Hunter Lab64.8995-30.04443.3468
CIE-Lab70.9532-32.9722-0.2213

#5cbead color RGB value is (92,190,173).

#5cbead hex color red value is 92, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5cbead hue: 0.47 , saturation: 0.43 and the lightness value of 5cbead is 0.55.

The process color (four color CMYK) of #5cbead color hex is 0.52, 0.00, 0.09, 0.25. Web safe color of #5cbead is #66cc99. Color #5cbead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 10101101
Octal 134 276 255
Decimal 92 190 173
Hex 5C BE AD

RGB Percentages of Color #5cbead

%20.22
%41.76
%38.02

CMYK Percentages of Color #5cbead

%52
%0
%9
%25

Triadic Colors of #5cbead

#5cbead #ad5cbe #bead5c

Analogous Colors of #5cbead

#5cbead #5c9ebe #5cbe7c

Monochromatic Colors of #5cbead

#5cbead

Complementary Color

#5cbead #be5c6d

#5cbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbead Color CSS Codes

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

#5cbead Text Font Color

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

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


#5cbead Background Color

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

This div background color is #5cbead


#5cbead Border Color

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

This div border color is #5cbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbead


Comments

No comments written yet.

Please login to write comment.