Color Hex Logo

#359adc Color Hex

#359ADC
(53,154,220)
0 Favorites   0 Comments

Color spaces of #359adc

RGB 53154220
HSL0.570.700.54
HSV204°76°86°
CMYK 0.760.300.00   0.14
XYZ25.942129.035471.9472
Yxy29.03540.20440.2288
Hunter Lab53.8845-8.3610-41.4455
CIE-Lab60.8129-6.7561-41.7640

#359adc color RGB value is (53,154,220).

#359adc hex color red value is 53, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #359adc hue: 0.57 , saturation: 0.70 and the lightness value of 359adc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11011100
Octal 65 232 334
Decimal 53 154 220
Hex 35 9A DC

RGB Percentages of Color #359adc

%12.41
%36.07
%51.52

CMYK Percentages of Color #359adc

%76
%30
%0
%14

Triadic Colors of #359adc

#359adc #dc359a #9adc35

Analogous Colors of #359adc

#359adc #3546dc #35dccb

Monochromatic Colors of #359adc

#359adc

Complementary Color

#359adc #dc7735

#359adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#359adc Color CSS Codes

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

#359adc Text Font Color

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

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


#359adc Background Color

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

This div background color is #359adc


#359adc Border Color

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

This div border color is #359adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359adc


Comments

No comments written yet.

Please login to write comment.