Color Hex Logo

#5fbfdb Color Hex

#5FBFDB
(95,191,219)
0 Favorites   0 Comments

Color spaces of #5fbfdb

RGB 95191219
HSL0.540.630.62
HSV194°57°86°
CMYK 0.570.130.00   0.14
XYZ36.136344.809073.7622
Yxy44.80900.23360.2896
Hunter Lab66.9395-20.7836-18.4753
CIE-Lab72.7660-20.3924-22.6079

#5fbfdb color RGB value is (95,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111111 11011011
Octal 137 277 333
Decimal 95 191 219
Hex 5F BF DB

RGB Percentages of Color #5fbfdb

%18.81
%37.82
%43.37

CMYK Percentages of Color #5fbfdb

%57
%13
%0
%14

Triadic Colors of #5fbfdb

#5fbfdb #db5fbf #bfdb5f

Analogous Colors of #5fbfdb

#5fbfdb #5f81db #5fdbb9

Monochromatic Colors of #5fbfdb

#5fbfdb

Complementary Color

#5fbfdb #db7b5f

#5fbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbfdb Color CSS Codes

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

#5fbfdb Text Font Color

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

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


#5fbfdb Background Color

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

This div background color is #5fbfdb


#5fbfdb Border Color

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

This div border color is #5fbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbfdb


Comments

No comments written yet.

Please login to write comment.