Color Hex Logo

#5cbfdb Color Hex

#5CBFDB
(92,191,219)
0 Favorites   0 Comments

Color spaces of #5cbfdb

RGB 92191219
HSL0.540.640.61
HSV193°58°86°
CMYK 0.580.130.00   0.14
XYZ35.830644.651473.7479
Yxy44.65140.23230.2895
Hunter Lab66.8217-21.2241-18.6603
CIE-Lab72.6618-20.9676-22.7761

#5cbfdb color RGB value is (92,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111111 11011011
Octal 134 277 333
Decimal 92 191 219
Hex 5C BF DB

RGB Percentages of Color #5cbfdb

%18.33
%38.05
%43.63

CMYK Percentages of Color #5cbfdb

%58
%13
%0
%14

Triadic Colors of #5cbfdb

#5cbfdb #db5cbf #bfdb5c

Analogous Colors of #5cbfdb

#5cbfdb #5c80db #5cdbb8

Monochromatic Colors of #5cbfdb

#5cbfdb

Complementary Color

#5cbfdb #db785c

#5cbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbfdb Color CSS Codes

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

#5cbfdb Text Font Color

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

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


#5cbfdb Background Color

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

This div background color is #5cbfdb


#5cbfdb Border Color

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

This div border color is #5cbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbfdb


Comments

No comments written yet.

Please login to write comment.