Color Hex Logo

#5cafdb Color Hex

#5CAFDB
(92,175,219)
0 Favorites   0 Comments

Color spaces of #5cafdb

RGB 92175219
HSL0.560.640.61
HSV201°58°86°
CMYK 0.580.200.00   0.14
XYZ32.529838.049772.6477
Yxy38.04970.22710.2657
Hunter Lab61.6844-13.8143-26.6486
CIE-Lab68.0572-12.5711-29.8372

#5cafdb color RGB value is (92,175,219).

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

The process color (four color CMYK) of #5cafdb color hex is 0.58, 0.20, 0.00, 0.14. Web safe color of #5cafdb is #6699cc. Color #5cafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11011011
Octal 134 257 333
Decimal 92 175 219
Hex 5C AF DB

RGB Percentages of Color #5cafdb

%18.93
%36.01
%45.06

CMYK Percentages of Color #5cafdb

%58
%20
%0
%14

Triadic Colors of #5cafdb

#5cafdb #db5caf #afdb5c

Analogous Colors of #5cafdb

#5cafdb #5c70db #5cdbc8

Monochromatic Colors of #5cafdb

#5cafdb

Complementary Color

#5cafdb #db885c

#5cafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafdb Color CSS Codes

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

#5cafdb Text Font Color

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

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


#5cafdb Background Color

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

This div background color is #5cafdb


#5cafdb Border Color

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

This div border color is #5cafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafdb


Comments

No comments written yet.

Please login to write comment.