Color Hex Logo

#5ccebf Color Hex

#5CCEBF
(92,206,191)
0 Favorites   0 Comments

Color spaces of #5ccebf

RGB 92206191
HSL0.480.540.58
HSV172°55°81°
CMYK 0.550.000.07   0.19
XYZ35.888950.179557.0843
Yxy50.17950.25070.3505
Hunter Lab70.8375-33.53091.8075
CIE-Lab76.1793-35.9337-2.3384

#5ccebf color RGB value is (92,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 10111111
Octal 134 316 277
Decimal 92 206 191
Hex 5C CE BF

RGB Percentages of Color #5ccebf

%18.81
%42.13
%39.06

CMYK Percentages of Color #5ccebf

%55
%0
%7
%19

Triadic Colors of #5ccebf

#5ccebf #bf5cce #cebf5c

Analogous Colors of #5ccebf

#5ccebf #5ca4ce #5cce86

Monochromatic Colors of #5ccebf

#5ccebf

Complementary Color

#5ccebf #ce5c6b

#5ccebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccebf Color CSS Codes

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

#5ccebf Text Font Color

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

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


#5ccebf Background Color

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

This div background color is #5ccebf


#5ccebf Border Color

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

This div border color is #5ccebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccebf


Comments

No comments written yet.

Please login to write comment.