Color Hex Logo

#358eca Color Hex

#358ECA
(53,142,202)
0 Favorites   0 Comments

Color spaces of #358eca

RGB 53142202
HSL0.570.580.50
HSV204°74°79°
CMYK 0.740.300.00   0.21
XYZ21.801924.367259.4314
Yxy24.36720.20650.2307
Hunter Lab49.3631-7.5486-36.8288
CIE-Lab56.4536-6.2291-38.5289

#358eca color RGB value is (53,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11001010
Octal 65 216 312
Decimal 53 142 202
Hex 35 8E CA

RGB Percentages of Color #358eca

%13.35
%35.77
%50.88

CMYK Percentages of Color #358eca

%74
%30
%0
%21

Triadic Colors of #358eca

#358eca #ca358e #8eca35

Analogous Colors of #358eca

#358eca #3544ca #35cabc

Monochromatic Colors of #358eca

#358eca

Complementary Color

#358eca #ca7135

#358eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#358eca Color CSS Codes

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

#358eca Text Font Color

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

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


#358eca Background Color

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

This div background color is #358eca


#358eca Border Color

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

This div border color is #358eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358eca


Comments

No comments written yet.

Please login to write comment.