Color Hex Logo

#358ecd Color Hex

#358ECD
(53,142,205)
0 Favorites   0 Comments

Color spaces of #358ecd

RGB 53142205
HSL0.570.600.51
HSV205°74°80°
CMYK 0.740.310.00   0.20
XYZ22.160624.510761.3206
Yxy24.51070.20520.2270
Hunter Lab49.5083-6.7404-38.7804
CIE-Lab56.5955-5.1715-39.9980

#358ecd color RGB value is (53,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11001101
Octal 65 216 315
Decimal 53 142 205
Hex 35 8E CD

RGB Percentages of Color #358ecd

%13.25
%35.50
%51.25

CMYK Percentages of Color #358ecd

%74
%31
%0
%20

Triadic Colors of #358ecd

#358ecd #cd358e #8ecd35

Analogous Colors of #358ecd

#358ecd #3542cd #35cdc0

Monochromatic Colors of #358ecd

#358ecd

Complementary Color

#358ecd #cd7435

#358ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ecd Color CSS Codes

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

#358ecd Text Font Color

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

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


#358ecd Background Color

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

This div background color is #358ecd


#358ecd Border Color

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

This div border color is #358ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ecd


Comments

No comments written yet.

Please login to write comment.