Color Hex Logo

#5fcadb Color Hex

#5FCADB
(95,202,219)
0 Favorites   0 Comments

Color spaces of #5fcadb

RGB 95202219
HSL0.520.630.62
HSV188°57°86°
CMYK 0.570.080.00   0.14
XYZ38.626049.788474.5922
Yxy49.78840.23700.3054
Hunter Lab70.5609-25.7682-13.2847
CIE-Lab75.9392-25.9356-17.7931

#5fcadb color RGB value is (95,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11011011
Octal 137 312 333
Decimal 95 202 219
Hex 5F CA DB

RGB Percentages of Color #5fcadb

%18.41
%39.15
%42.44

CMYK Percentages of Color #5fcadb

%57
%8
%0
%14

Triadic Colors of #5fcadb

#5fcadb #db5fca #cadb5f

Analogous Colors of #5fcadb

#5fcadb #5f8cdb #5fdbae

Monochromatic Colors of #5fcadb

#5fcadb

Complementary Color

#5fcadb #db705f

#5fcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcadb Color CSS Codes

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

#5fcadb Text Font Color

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

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


#5fcadb Background Color

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

This div background color is #5fcadb


#5fcadb Border Color

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

This div border color is #5fcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcadb


Comments

No comments written yet.

Please login to write comment.