Color Hex Logo

#5ccebc Color Hex

#5CCEBC
(92,206,188)
0 Favorites   0 Comments

Color spaces of #5ccebc

RGB 92206188
HSL0.470.540.58
HSV171°55°81°
CMYK 0.550.000.09   0.19
XYZ35.562050.048855.3630
Yxy50.04880.25230.3550
Hunter Lab70.7452-34.07613.1231
CIE-Lab76.0992-36.6890-0.8390

#5ccebc color RGB value is (92,206,188).

#5ccebc hex color red value is 92, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5ccebc hue: 0.47 , saturation: 0.54 and the lightness value of 5ccebc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 10111100
Octal 134 316 274
Decimal 92 206 188
Hex 5C CE BC

RGB Percentages of Color #5ccebc

%18.93
%42.39
%38.68

CMYK Percentages of Color #5ccebc

%55
%0
%9
%19

Triadic Colors of #5ccebc

#5ccebc #bc5cce #cebc5c

Analogous Colors of #5ccebc

#5ccebc #5ca7ce #5cce83

Monochromatic Colors of #5ccebc

#5ccebc

Complementary Color

#5ccebc #ce5c6e

#5ccebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccebc Color CSS Codes

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

#5ccebc Text Font Color

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

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


#5ccebc Background Color

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

This div background color is #5ccebc


#5ccebc Border Color

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

This div border color is #5ccebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccebc


Comments

No comments written yet.

Please login to write comment.