color codes Logo

#5eeebc color codes

#5EEEBC
(94,238,188)
0 Favorites   0 Comments

Color spaces of #5eeebc

RGB 94238188
HSL0.440.810.65
HSV159°61°93°
CMYK 0.610.000.21   0.07
XYZ44.267767.159658.2069
Yxy67.15960.26100.3959
Hunter Lab81.9510-46.993315.2541
CIE-Lab85.5845-50.291712.8271

#5eeebc color RGB value is (94,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 10111100
Octal 136 356 274
Decimal 94 238 188
Hex 5E EE BC

RGB Percentages of Color #5eeebc

%18.08
%45.77
%36.15

CMYK Percentages of Color #5eeebc

%61
%0
%21
%7

Triadic Colors of #5eeebc

#5eeebc #bc5eee #eebc5e

Analogous Colors of #5eeebc

#5eeebc #5ed8ee #5eee74

Monochromatic Colors of #5eeebc

#5eeebc

Complementary Color

#5eeebc #ee5e90

#5eeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeebc Color CSS Codes

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

#5eeebc Text Font Color

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

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


#5eeebc Background Color

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

This div background color is #5eeebc


#5eeebc Border Color

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

This div border color is #5eeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeebc


Comments

No comments written yet.

Please login to write comment.