Color Hex Logo

#358ddc Color Hex

#358DDC
(53,141,220)
0 Favorites   0 Comments

Color spaces of #358ddc

RGB 53141220
HSL0.580.700.54
HSV208°76°86°
CMYK 0.760.360.00   0.14
XYZ23.911324.973971.2703
Yxy24.97390.19900.2078
Hunter Lab49.9739-2.0464-49.5747
CIE-Lab57.05000.7691-47.7036

#358ddc color RGB value is (53,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11011100
Octal 65 215 334
Decimal 53 141 220
Hex 35 8D DC

RGB Percentages of Color #358ddc

%12.80
%34.06
%53.14

CMYK Percentages of Color #358ddc

%76
%36
%0
%14

Triadic Colors of #358ddc

#358ddc #dc358d #8ddc35

Analogous Colors of #358ddc

#358ddc #3539dc #35dcd8

Monochromatic Colors of #358ddc

#358ddc

Complementary Color

#358ddc #dc8435

#358ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ddc Color CSS Codes

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

#358ddc Text Font Color

<p style="color:#358ddc">Text here</p>

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


#358ddc Background Color

<div style="background-color:#358ddc">
Div content here</div>

This div background color is #358ddc


#358ddc Border Color

<div style="border:3px solid #358ddc">
Div here</div>

This div border color is #358ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ddc


Comments

No comments written yet.

Please login to write comment.