Color Hex Logo

#5ffcdd Color Hex

#5FFCDD
(95,252,221)
0 Favorites   0 Comments

Color spaces of #5ffcdd

RGB 95252221
HSL0.470.960.68
HSV168°62°99°
CMYK 0.620.000.12   0.01
XYZ52.580977.274280.5507
Yxy77.27420.24990.3673
Hunter Lab87.9057-47.06517.2048
CIE-Lab90.4477-48.37022.6466

#5ffcdd color RGB value is (95,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111100 11011101
Octal 137 374 335
Decimal 95 252 221
Hex 5F FC DD

RGB Percentages of Color #5ffcdd

%16.73
%44.37
%38.91

CMYK Percentages of Color #5ffcdd

%62
%0
%12
%1

Triadic Colors of #5ffcdd

#5ffcdd #dd5ffc #fcdd5f

Analogous Colors of #5ffcdd

#5ffcdd #5fcdfc #5ffc8f

Monochromatic Colors of #5ffcdd

#5ffcdd

Complementary Color

#5ffcdd #fc5f7e

#5ffcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffcdd Color CSS Codes

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

#5ffcdd Text Font Color

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

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


#5ffcdd Background Color

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

This div background color is #5ffcdd


#5ffcdd Border Color

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

This div border color is #5ffcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.