Color Hex Logo

#5ceebc Color Hex

#5CEEBC
(92,238,188)
0 Favorites   0 Comments

Color spaces of #5ceebc

RGB 92238188
HSL0.440.810.65
HSV159°61°93°
CMYK 0.610.000.21   0.07
XYZ44.065367.055258.1974
Yxy67.05520.26030.3960
Hunter Lab81.8872-47.247915.1836
CIE-Lab85.5318-50.656312.7451

#5ceebc color RGB value is (92,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101110 10111100
Octal 134 356 274
Decimal 92 238 188
Hex 5C EE BC

RGB Percentages of Color #5ceebc

%17.76
%45.95
%36.29

CMYK Percentages of Color #5ceebc

%61
%0
%21
%7

Triadic Colors of #5ceebc

#5ceebc #bc5cee #eebc5c

Analogous Colors of #5ceebc

#5ceebc #5cd7ee #5cee73

Monochromatic Colors of #5ceebc

#5ceebc

Complementary Color

#5ceebc #ee5c8e

#5ceebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ceebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ceebc Color CSS Codes

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

#5ceebc Text Font Color

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

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


#5ceebc Background Color

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

This div background color is #5ceebc


#5ceebc Border Color

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

This div border color is #5ceebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,238,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 #5ceebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ceebc


Comments

No comments written yet.

Please login to write comment.