Color Hex Logo

#5cc4ba Color Hex

#5CC4BA
(92,196,186)
0 Favorites   0 Comments

Color spaces of #5cc4ba

RGB 92196186
HSL0.480.470.56
HSV174°53°77°
CMYK 0.530.000.05   0.23
XYZ33.016545.300353.4581
Yxy45.30030.25060.3438
Hunter Lab67.3055-30.22200.0221
CIE-Lab73.0892-32.5249-4.1764

#5cc4ba color RGB value is (92,196,186).

#5cc4ba hex color red value is 92, green value is 196 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5cc4ba hue: 0.48 , saturation: 0.47 and the lightness value of 5cc4ba is 0.56.

The process color (four color CMYK) of #5cc4ba color hex is 0.53, 0.00, 0.05, 0.23. Web safe color of #5cc4ba is #66cccc. Color #5cc4ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000100 10111010
Octal 134 304 272
Decimal 92 196 186
Hex 5C C4 BA

RGB Percentages of Color #5cc4ba

%19.41
%41.35
%39.24

CMYK Percentages of Color #5cc4ba

%53
%0
%5
%23

Triadic Colors of #5cc4ba

#5cc4ba #ba5cc4 #c4ba5c

Analogous Colors of #5cc4ba

#5cc4ba #5c9ac4 #5cc486

Monochromatic Colors of #5cc4ba

#5cc4ba

Complementary Color

#5cc4ba #c45c66

#5cc4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc4ba Color CSS Codes

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

#5cc4ba Text Font Color

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

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


#5cc4ba Background Color

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

This div background color is #5cc4ba


#5cc4ba Border Color

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

This div border color is #5cc4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc4ba


Comments

No comments written yet.

Please login to write comment.