Color Hex Logo

#5ffcc3 Color Hex

#5FFCC3
(95,252,195)
0 Favorites   0 Comments

Color spaces of #5ffcc3

RGB 95252195
HSL0.440.960.68
HSV158°62°99°
CMYK 0.620.000.23   0.01
XYZ49.380075.993863.6954
Yxy75.99380.26120.4019
Hunter Lab87.1744-51.443817.7009
CIE-Lab89.8565-54.325815.2432

#5ffcc3 color RGB value is (95,252,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111100 11000011
Octal 137 374 303
Decimal 95 252 195
Hex 5F FC C3

RGB Percentages of Color #5ffcc3

%17.53
%46.49
%35.98

CMYK Percentages of Color #5ffcc3

%62
%0
%23
%1

Triadic Colors of #5ffcc3

#5ffcc3 #c35ffc #fcc35f

Analogous Colors of #5ffcc3

#5ffcc3 #5fe7fc #5ffc75

Monochromatic Colors of #5ffcc3

#5ffcc3

Complementary Color

#5ffcc3 #fc5f98

#5ffcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffcc3 Color CSS Codes

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

#5ffcc3 Text Font Color

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

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


#5ffcc3 Background Color

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

This div background color is #5ffcc3


#5ffcc3 Border Color

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

This div border color is #5ffcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.