Color Hex Logo

#5ceebd Color Hex

#5CEEBD
(92,238,189)
0 Favorites   0 Comments

Color spaces of #5ceebd

RGB 92238189
HSL0.440.810.65
HSV160°61°93°
CMYK 0.610.000.21   0.07
XYZ44.173567.098558.7672
Yxy67.09850.25980.3946
Hunter Lab81.9137-47.089414.8032
CIE-Lab85.5537-50.434012.2548

#5ceebd color RGB value is (92,238,189).

#5ceebd hex color red value is 92, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5ceebd hue: 0.44 , saturation: 0.81 and the lightness value of 5ceebd is 0.65.

The process color (four color CMYK) of #5ceebd color hex is 0.61, 0.00, 0.21, 0.07. Web safe color of #5ceebd is #66ffcc. Color #5ceebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101110 10111101
Octal 134 356 275
Decimal 92 238 189
Hex 5C EE BD

RGB Percentages of Color #5ceebd

%17.73
%45.86
%36.42

CMYK Percentages of Color #5ceebd

%61
%0
%21
%7

Triadic Colors of #5ceebd

#5ceebd #bd5cee #eebd5c

Analogous Colors of #5ceebd

#5ceebd #5cd6ee #5cee74

Monochromatic Colors of #5ceebd

#5ceebd

Complementary Color

#5ceebd #ee5c8d

#5ceebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ceebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ceebd Color CSS Codes

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

#5ceebd Text Font Color

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

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


#5ceebd Background Color

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

This div background color is #5ceebd


#5ceebd Border Color

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

This div border color is #5ceebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ceebd


Comments

No comments written yet.

Please login to write comment.