Color Hex Logo

#599bdc Color Hex

#599BDC
(89,155,220)
0 Favorites   0 Comments

Color spaces of #599bdc

RGB 89155220
HSL0.580.650.61
HSV210°60°86°
CMYK 0.600.300.00   0.14
XYZ28.759430.733872.1266
Yxy30.73380.21850.2335
Hunter Lab55.4381-4.4169-38.3314
CIE-Lab62.2823-1.7500-39.3752

#599bdc color RGB value is (89,155,220).

#599bdc hex color red value is 89, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #599bdc hue: 0.58 , saturation: 0.65 and the lightness value of 599bdc is 0.61.

The process color (four color CMYK) of #599bdc color hex is 0.60, 0.30, 0.00, 0.14. Web safe color of #599bdc is #6699cc. Color #599bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011011 11011100
Octal 131 233 334
Decimal 89 155 220
Hex 59 9B DC

RGB Percentages of Color #599bdc

%19.18
%33.41
%47.41

CMYK Percentages of Color #599bdc

%60
%30
%0
%14

Triadic Colors of #599bdc

#599bdc #dc599b #9bdc59

Analogous Colors of #599bdc

#599bdc #595adc #59dcdc

Monochromatic Colors of #599bdc

#599bdc

Complementary Color

#599bdc #dc9a59

#599bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599bdc Color CSS Codes

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

#599bdc Text Font Color

<p style="color:#599bdc">Text here</p>

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


#599bdc Background Color

<div style="background-color:#599bdc">
Div content here</div>

This div background color is #599bdc


#599bdc Border Color

<div style="border:3px solid #599bdc">
Div here</div>

This div border color is #599bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,155,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #599bdc;
  box-shadow:         1px 1px 3px 2px #599bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,155,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599bdc


Comments

No comments written yet.

Please login to write comment.