Color Hex Logo

#5fcfdd Color Hex

#5FCFDD
(95,207,221)
0 Favorites   0 Comments

Color spaces of #5fcfdd

RGB 95207221
HSL0.520.650.62
HSV187°57°87°
CMYK 0.570.060.00   0.13
XYZ40.083352.279076.3849
Yxy52.27900.23750.3098
Hunter Lab72.3042-27.5773-12.0232
CIE-Lab77.4474-27.8361-16.5941

#5fcfdd color RGB value is (95,207,221).

#5fcfdd hex color red value is 95, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5fcfdd hue: 0.52 , saturation: 0.65 and the lightness value of 5fcfdd is 0.62.

The process color (four color CMYK) of #5fcfdd color hex is 0.57, 0.06, 0.00, 0.13. Web safe color of #5fcfdd is #66cccc. Color #5fcfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001111 11011101
Octal 137 317 335
Decimal 95 207 221
Hex 5F CF DD

RGB Percentages of Color #5fcfdd

%18.16
%39.58
%42.26

CMYK Percentages of Color #5fcfdd

%57
%6
%0
%13

Triadic Colors of #5fcfdd

#5fcfdd #dd5fcf #cfdd5f

Analogous Colors of #5fcfdd

#5fcfdd #5f90dd #5fddac

Monochromatic Colors of #5fcfdd

#5fcfdd

Complementary Color

#5fcfdd #dd6d5f

#5fcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcfdd Color CSS Codes

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

#5fcfdd Text Font Color

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

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


#5fcfdd Background Color

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

This div background color is #5fcfdd


#5fcfdd Border Color

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

This div border color is #5fcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcfdd


Comments

No comments written yet.

Please login to write comment.