Color Hex Logo

#5cbcaf Color Hex

#5CBCAF
(92,188,175)
0 Favorites   0 Comments

Color spaces of #5cbcaf

RGB 92188175
HSL0.480.420.55
HSV172°51°74°
CMYK 0.510.000.07   0.26
XYZ30.134741.336946.9480
Yxy41.33690.25450.3491
Hunter Lab64.2938-28.85061.7115
CIE-Lab70.4113-31.5214-2.1096

#5cbcaf color RGB value is (92,188,175).

#5cbcaf hex color red value is 92, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5cbcaf hue: 0.48 , saturation: 0.42 and the lightness value of 5cbcaf is 0.55.

The process color (four color CMYK) of #5cbcaf color hex is 0.51, 0.00, 0.07, 0.26. Web safe color of #5cbcaf is #66cc99. Color #5cbcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111100 10101111
Octal 134 274 257
Decimal 92 188 175
Hex 5C BC AF

RGB Percentages of Color #5cbcaf

%20.22
%41.32
%38.46

CMYK Percentages of Color #5cbcaf

%51
%0
%7
%26

Triadic Colors of #5cbcaf

#5cbcaf #af5cbc #bcaf5c

Analogous Colors of #5cbcaf

#5cbcaf #5c99bc #5cbc7f

Monochromatic Colors of #5cbcaf

#5cbcaf

Complementary Color

#5cbcaf #bc5c69

#5cbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbcaf Color CSS Codes

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

#5cbcaf Text Font Color

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

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


#5cbcaf Background Color

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

This div background color is #5cbcaf


#5cbcaf Border Color

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

This div border color is #5cbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbcaf


Comments

No comments written yet.

Please login to write comment.