Color Hex Logo

#5fcbdb Color Hex

#5FCBDB
(95,203,219)
0 Favorites   0 Comments

Color spaces of #5fcbdb

RGB 95203219
HSL0.520.630.62
HSV188°57°86°
CMYK 0.570.070.00   0.14
XYZ38.861450.259274.6706
Yxy50.25920.23730.3068
Hunter Lab70.8937-26.2167-12.8231
CIE-Lab76.2281-26.4299-17.3568

#5fcbdb color RGB value is (95,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11011011
Octal 137 313 333
Decimal 95 203 219
Hex 5F CB DB

RGB Percentages of Color #5fcbdb

%18.38
%39.26
%42.36

CMYK Percentages of Color #5fcbdb

%57
%7
%0
%14

Triadic Colors of #5fcbdb

#5fcbdb #db5fcb #cbdb5f

Analogous Colors of #5fcbdb

#5fcbdb #5f8ddb #5fdbad

Monochromatic Colors of #5fcbdb

#5fcbdb

Complementary Color

#5fcbdb #db6f5f

#5fcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbdb Color CSS Codes

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

#5fcbdb Text Font Color

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

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


#5fcbdb Background Color

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

This div background color is #5fcbdb


#5fcbdb Border Color

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

This div border color is #5fcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbdb


Comments

No comments written yet.

Please login to write comment.