Color Hex Logo

#359ddf Color Hex

#359DDF
(53,157,223)
0 Favorites   0 Comments

Color spaces of #359ddf

RGB 53157223
HSL0.560.730.54
HSV203°76°87°
CMYK 0.760.300.00   0.13
XYZ26.844530.198574.2261
Yxy30.19850.20450.2301
Hunter Lab54.9532-8.9712-41.6167
CIE-Lab61.8251-7.4014-41.8388

#359ddf color RGB value is (53,157,223).

#359ddf hex color red value is 53, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #359ddf hue: 0.56 , saturation: 0.73 and the lightness value of 359ddf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 11011111
Octal 65 235 337
Decimal 53 157 223
Hex 35 9D DF

RGB Percentages of Color #359ddf

%12.24
%36.26
%51.50

CMYK Percentages of Color #359ddf

%76
%30
%0
%13

Triadic Colors of #359ddf

#359ddf #df359d #9ddf35

Analogous Colors of #359ddf

#359ddf #3548df #35dfcc

Monochromatic Colors of #359ddf

#359ddf

Complementary Color

#359ddf #df7735

#359ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ddf Color CSS Codes

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

#359ddf Text Font Color

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

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


#359ddf Background Color

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

This div background color is #359ddf


#359ddf Border Color

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

This div border color is #359ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,157,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ddf


Comments

No comments written yet.

Please login to write comment.