Color Hex Logo

#5ca8db Color Hex

#5CA8DB
(92,168,219)
0 Favorites   0 Comments

Color spaces of #5ca8db

RGB 92168219
HSL0.570.640.61
HSV204°58°86°
CMYK 0.580.230.00   0.14
XYZ31.202435.395072.2052
Yxy35.39500.22480.2550
Hunter Lab59.4937-10.4969-30.3124
CIE-Lab66.0550-8.7644-32.9337

#5ca8db color RGB value is (92,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101000 11011011
Octal 134 250 333
Decimal 92 168 219
Hex 5C A8 DB

RGB Percentages of Color #5ca8db

%19.21
%35.07
%45.72

CMYK Percentages of Color #5ca8db

%58
%23
%0
%14

Triadic Colors of #5ca8db

#5ca8db #db5ca8 #a8db5c

Analogous Colors of #5ca8db

#5ca8db #5c69db #5cdbcf

Monochromatic Colors of #5ca8db

#5ca8db

Complementary Color

#5ca8db #db8f5c

#5ca8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca8db Color CSS Codes

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

#5ca8db Text Font Color

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

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


#5ca8db Background Color

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

This div background color is #5ca8db


#5ca8db Border Color

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

This div border color is #5ca8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca8db


Comments

No comments written yet.

Please login to write comment.