Color Hex Logo

#5caedb Color Hex

#5CAEDB
(92,174,219)
0 Favorites   0 Comments

Color spaces of #5caedb

RGB 92174219
HSL0.560.640.61
HSV201°58°86°
CMYK 0.580.210.00   0.14
XYZ32.335937.661972.5830
Yxy37.66190.22680.2641
Hunter Lab61.3693-13.3434-27.1653
CIE-Lab67.7707-12.0322-30.2793

#5caedb color RGB value is (92,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 11011011
Octal 134 256 333
Decimal 92 174 219
Hex 5C AE DB

RGB Percentages of Color #5caedb

%18.97
%35.88
%45.15

CMYK Percentages of Color #5caedb

%58
%21
%0
%14

Triadic Colors of #5caedb

#5caedb #db5cae #aedb5c

Analogous Colors of #5caedb

#5caedb #5c6fdb #5cdbc9

Monochromatic Colors of #5caedb

#5caedb

Complementary Color

#5caedb #db895c

#5caedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caedb Color CSS Codes

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

#5caedb Text Font Color

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

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


#5caedb Background Color

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

This div background color is #5caedb


#5caedb Border Color

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

This div border color is #5caedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caedb


Comments

No comments written yet.

Please login to write comment.