Color Hex Logo

#358dcc Color Hex

#358DCC
(53,141,204)
0 Favorites   0 Comments

Color spaces of #358dcc

RGB 53141204
HSL0.570.600.50
HSV205°74°80°
CMYK 0.740.310.00   0.20
XYZ21.892224.166360.6375
Yxy24.16630.20520.2265
Hunter Lab49.1592-6.5368-38.7223
CIE-Lab56.2539-4.9464-39.9714

#358dcc color RGB value is (53,141,204).

#358dcc hex color red value is 53, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #358dcc hue: 0.57 , saturation: 0.60 and the lightness value of 358dcc is 0.50.

The process color (four color CMYK) of #358dcc color hex is 0.74, 0.31, 0.00, 0.20. Web safe color of #358dcc is #3399cc. Color #358dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11001100
Octal 65 215 314
Decimal 53 141 204
Hex 35 8D CC

RGB Percentages of Color #358dcc

%13.32
%35.43
%51.26

CMYK Percentages of Color #358dcc

%74
%31
%0
%20

Triadic Colors of #358dcc

#358dcc #cc358d #8dcc35

Analogous Colors of #358dcc

#358dcc #3541cc #35ccc0

Monochromatic Colors of #358dcc

#358dcc

Complementary Color

#358dcc #cc7435

#358dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dcc Color CSS Codes

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

#358dcc Text Font Color

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

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


#358dcc Background Color

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

This div background color is #358dcc


#358dcc Border Color

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

This div border color is #358dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dcc


Comments

No comments written yet.

Please login to write comment.