Color Hex Logo

#5fc3da Color Hex

#5FC3DA
(95,195,218)
0 Favorites   0 Comments

Color spaces of #5fc3da

RGB 95195218
HSL0.530.620.61
HSV191°56°85°
CMYK 0.560.110.00   0.15
XYZ36.889346.525173.3656
Yxy46.52510.23530.2968
Hunter Lab68.2093-22.8290-16.0255
CIE-Lab73.8850-22.7171-20.3631

#5fc3da color RGB value is (95,195,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000011 11011010
Octal 137 303 332
Decimal 95 195 218
Hex 5F C3 DA

RGB Percentages of Color #5fc3da

%18.70
%38.39
%42.91

CMYK Percentages of Color #5fc3da

%56
%11
%0
%15

Triadic Colors of #5fc3da

#5fc3da #da5fc3 #c3da5f

Analogous Colors of #5fc3da

#5fc3da #5f86da #5fdab4

Monochromatic Colors of #5fc3da

#5fc3da

Complementary Color

#5fc3da #da765f

#5fc3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc3da Color CSS Codes

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

#5fc3da Text Font Color

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

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


#5fc3da Background Color

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

This div background color is #5fc3da


#5fc3da Border Color

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

This div border color is #5fc3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc3da


Comments

No comments written yet.

Please login to write comment.