Color Hex Logo

#5fbfdd Color Hex

#5FBFDD
(95,191,221)
0 Favorites   0 Comments

Color spaces of #5fbfdd

RGB 95191221
HSL0.540.650.62
HSV194°57°87°
CMYK 0.570.140.00   0.13
XYZ36.401344.915075.1575
Yxy44.91500.23260.2870
Hunter Lab67.0187-20.3301-19.5772
CIE-Lab72.8359-19.8106-23.5879

#5fbfdd color RGB value is (95,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111111 11011101
Octal 137 277 335
Decimal 95 191 221
Hex 5F BF DD

RGB Percentages of Color #5fbfdd

%18.74
%37.67
%43.59

CMYK Percentages of Color #5fbfdd

%57
%14
%0
%13

Triadic Colors of #5fbfdd

#5fbfdd #dd5fbf #bfdd5f

Analogous Colors of #5fbfdd

#5fbfdd #5f80dd #5fddbc

Monochromatic Colors of #5fbfdd

#5fbfdd

Complementary Color

#5fbfdd #dd7d5f

#5fbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbfdd Color CSS Codes

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

#5fbfdd Text Font Color

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

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


#5fbfdd Background Color

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

This div background color is #5fbfdd


#5fbfdd Border Color

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

This div border color is #5fbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbfdd


Comments

No comments written yet.

Please login to write comment.