Color Hex Logo

#5ffeeb Color Hex

#5FFEEB
(95,254,235)
0 Favorites   0 Comments

Color spaces of #5ffeeb

RGB 95254235
HSL0.480.990.68
HSV173°63°100°
CMYK 0.630.000.07   0.00
XYZ55.156579.314790.9995
Yxy79.31470.24460.3518
Hunter Lab89.0588-45.30311.7592
CIE-Lab91.3765-45.7785-3.2574

#5ffeeb color RGB value is (95,254,235).

#5ffeeb hex color red value is 95, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5ffeeb hue: 0.48 , saturation: 0.99 and the lightness value of 5ffeeb is 0.68.

The process color (four color CMYK) of #5ffeeb color hex is 0.63, 0.00, 0.07, 0.00. Web safe color of #5ffeeb is #66ffff. Color #5ffeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111110 11101011
Octal 137 376 353
Decimal 95 254 235
Hex 5F FE EB

RGB Percentages of Color #5ffeeb

%16.27
%43.49
%40.24

CMYK Percentages of Color #5ffeeb

%63
%0
%7
%0

Triadic Colors of #5ffeeb

#5ffeeb #eb5ffe #feeb5f

Analogous Colors of #5ffeeb

#5ffeeb #5fc2fe #5ffe9c

Monochromatic Colors of #5ffeeb

#5ffeeb

Complementary Color

#5ffeeb #fe5f72

#5ffeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffeeb Color CSS Codes

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

#5ffeeb Text Font Color

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

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


#5ffeeb Background Color

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

This div background color is #5ffeeb


#5ffeeb Border Color

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

This div border color is #5ffeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,254,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ffeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ffeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #5ffeeb;
  box-shadow:         1px 1px 3px 2px #5ffeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,254,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.