Color Hex Logo

#5695ce Color Hex

#5695CE
(86,149,206)
0 Favorites   0 Comments

Color spaces of #5695ce

RGB 86149206
HSL0.580.550.57
HSV209°58°81°
CMYK 0.580.280.00   0.19
XYZ25.725827.929662.4276
Yxy27.92960.22160.2406
Hunter Lab52.8485-5.5938-33.0428
CIE-Lab59.8251-3.4024-35.4178

#5695ce color RGB value is (86,149,206).

#5695ce hex color red value is 86, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5695ce hue: 0.58 , saturation: 0.55 and the lightness value of 5695ce is 0.57.

The process color (four color CMYK) of #5695ce color hex is 0.58, 0.28, 0.00, 0.19. Web safe color of #5695ce is #6699cc. Color #5695ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010101 11001110
Octal 126 225 316
Decimal 86 149 206
Hex 56 95 CE

RGB Percentages of Color #5695ce

%19.50
%33.79
%46.71

CMYK Percentages of Color #5695ce

%58
%28
%0
%19

Triadic Colors of #5695ce

#5695ce #ce5695 #95ce56

Analogous Colors of #5695ce

#5695ce #5659ce #56cecb

Monochromatic Colors of #5695ce

#5695ce

Complementary Color

#5695ce #ce8f56

#5695ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5695ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5695ce Color CSS Codes

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

#5695ce Text Font Color

<p style="color:#5695ce">Text here</p>

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


#5695ce Background Color

<div style="background-color:#5695ce">
Div content here</div>

This div background color is #5695ce


#5695ce Border Color

<div style="border:3px solid #5695ce">
Div here</div>

This div border color is #5695ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,149,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5695ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5695ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5695ce;
  box-shadow:         1px 1px 3px 2px #5695ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,149,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5695ce


Comments

No comments written yet.

Please login to write comment.