Color Hex Logo

#5bcfdf Color Hex

#5BCFDF
(91,207,223)
0 Favorites   0 Comments

Color spaces of #5bcfdf

RGB 91207223
HSL0.520.670.62
HSV187°59°87°
CMYK 0.590.070.00   0.13
XYZ39.946552.177577.7779
Yxy52.17750.23510.3071
Hunter Lab72.2340-27.6963-13.2767
CIE-Lab77.3869-28.0023-17.7722

#5bcfdf color RGB value is (91,207,223).

#5bcfdf hex color red value is 91, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5bcfdf hue: 0.52 , saturation: 0.67 and the lightness value of 5bcfdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001111 11011111
Octal 133 317 337
Decimal 91 207 223
Hex 5B CF DF

RGB Percentages of Color #5bcfdf

%17.47
%39.73
%42.80

CMYK Percentages of Color #5bcfdf

%59
%7
%0
%13

Triadic Colors of #5bcfdf

#5bcfdf #df5bcf #cfdf5b

Analogous Colors of #5bcfdf

#5bcfdf #5b8ddf #5bdfad

Monochromatic Colors of #5bcfdf

#5bcfdf

Complementary Color

#5bcfdf #df6b5b

#5bcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcfdf Color CSS Codes

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

#5bcfdf Text Font Color

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

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


#5bcfdf Background Color

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

This div background color is #5bcfdf


#5bcfdf Border Color

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

This div border color is #5bcfdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,207,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bcfdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bcfdf;
  -webkit-box-shadow: 1px 1px 3px 2px #5bcfdf;
  box-shadow:         1px 1px 3px 2px #5bcfdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,207,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcfdf


Comments

No comments written yet.

Please login to write comment.