Color Hex Logo

#359edb Color Hex

#359EDB
(53,158,219)
0 Favorites   0 Comments

Color spaces of #359edb

RGB 53158219
HSL0.560.700.53
HSV202°76°86°
CMYK 0.760.280.00   0.14
XYZ26.481230.325171.4754
Yxy30.32510.20640.2364
Hunter Lab55.0682-10.5324-38.4073
CIE-Lab61.9337-9.3561-39.4498

#359edb color RGB value is (53,158,219).

#359edb hex color red value is 53, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #359edb hue: 0.56 , saturation: 0.70 and the lightness value of 359edb is 0.53.

The process color (four color CMYK) of #359edb color hex is 0.76, 0.28, 0.00, 0.14. Web safe color of #359edb is #3399cc. Color #359edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11011011
Octal 65 236 333
Decimal 53 158 219
Hex 35 9E DB

RGB Percentages of Color #359edb

%12.33
%36.74
%50.93

CMYK Percentages of Color #359edb

%76
%28
%0
%14

Triadic Colors of #359edb

#359edb #db359e #9edb35

Analogous Colors of #359edb

#359edb #354bdb #35dbc5

Monochromatic Colors of #359edb

#359edb

Complementary Color

#359edb #db7235

#359edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#359edb Color CSS Codes

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

#359edb Text Font Color

<p style="color:#359edb">Text here</p>

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


#359edb Background Color

<div style="background-color:#359edb">
Div content here</div>

This div background color is #359edb


#359edb Border Color

<div style="border:3px solid #359edb">
Div here</div>

This div border color is #359edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,158,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359edb;
  -webkit-box-shadow: 1px 1px 3px 2px #359edb;
  box-shadow:         1px 1px 3px 2px #359edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,158,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 #359edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359edb


Comments

No comments written yet.

Please login to write comment.