Color Hex Logo

#5fcadd Color Hex

#5FCADD
(95,202,221)
0 Favorites   0 Comments

Color spaces of #5fcadd

RGB 95202221
HSL0.530.650.62
HSV189°57°87°
CMYK 0.570.090.00   0.13
XYZ38.891049.894475.9874
Yxy49.89440.23600.3028
Hunter Lab70.6360-25.3338-14.3367
CIE-Lab76.0044-25.3716-18.7732

#5fcadd color RGB value is (95,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11011101
Octal 137 312 335
Decimal 95 202 221
Hex 5F CA DD

RGB Percentages of Color #5fcadd

%18.34
%39.00
%42.66

CMYK Percentages of Color #5fcadd

%57
%9
%0
%13

Triadic Colors of #5fcadd

#5fcadd #dd5fca #cadd5f

Analogous Colors of #5fcadd

#5fcadd #5f8bdd #5fddb1

Monochromatic Colors of #5fcadd

#5fcadd

Complementary Color

#5fcadd #dd725f

#5fcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcadd Color CSS Codes

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

#5fcadd Text Font Color

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

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


#5fcadd Background Color

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

This div background color is #5fcadd


#5fcadd Border Color

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

This div border color is #5fcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcadd


Comments

No comments written yet.

Please login to write comment.