Color Hex Logo

#5fc4dd Color Hex

#5FC4DD
(95,196,221)
0 Favorites   0 Comments

Color spaces of #5fc4dd

RGB 95196221
HSL0.530.650.62
HSV192°57°87°
CMYK 0.570.110.00   0.13
XYZ37.510447.133275.5272
Yxy47.13320.23420.2943
Hunter Lab68.6536-22.6165-17.1686
CIE-Lab74.2749-22.3623-21.3962

#5fc4dd color RGB value is (95,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000100 11011101
Octal 137 304 335
Decimal 95 196 221
Hex 5F C4 DD

RGB Percentages of Color #5fc4dd

%18.55
%38.28
%43.16

CMYK Percentages of Color #5fc4dd

%57
%11
%0
%13

Triadic Colors of #5fc4dd

#5fc4dd #dd5fc4 #c4dd5f

Analogous Colors of #5fc4dd

#5fc4dd #5f85dd #5fddb7

Monochromatic Colors of #5fc4dd

#5fc4dd

Complementary Color

#5fc4dd #dd785f

#5fc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc4dd Color CSS Codes

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

#5fc4dd Text Font Color

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

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


#5fc4dd Background Color

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

This div background color is #5fc4dd


#5fc4dd Border Color

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

This div border color is #5fc4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc4dd


Comments

No comments written yet.

Please login to write comment.