Color Hex Logo

#5ffceb Color Hex

#5FFCEB
(95,252,235)
0 Favorites   0 Comments

Color spaces of #5ffceb

RGB 95252235
HSL0.480.960.68
HSV174°62°99°
CMYK 0.620.000.07   0.01
XYZ54.525178.051990.7890
Yxy78.05190.24410.3494
Hunter Lab88.3470-44.44240.9140
CIE-Lab90.8036-44.9065-4.0999

#5ffceb color RGB value is (95,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111100 11101011
Octal 137 374 353
Decimal 95 252 235
Hex 5F FC EB

RGB Percentages of Color #5ffceb

%16.32
%43.30
%40.38

CMYK Percentages of Color #5ffceb

%62
%0
%7
%1

Triadic Colors of #5ffceb

#5ffceb #eb5ffc #fceb5f

Analogous Colors of #5ffceb

#5ffceb #5fbffc #5ffc9d

Monochromatic Colors of #5ffceb

#5ffceb

Complementary Color

#5ffceb #fc5f70

#5ffceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffceb Color CSS Codes

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

#5ffceb Text Font Color

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

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


#5ffceb Background Color

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

This div background color is #5ffceb


#5ffceb Border Color

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

This div border color is #5ffceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffceb


Comments

No comments written yet.

Please login to write comment.