Color Hex Logo

#358edc Color Hex

#358EDC
(53,142,220)
0 Favorites   0 Comments

Color spaces of #358edc

RGB 53142220
HSL0.580.700.54
HSV208°76°86°
CMYK 0.760.350.00   0.14
XYZ24.059525.270271.3197
Yxy25.27020.19940.2095
Hunter Lab50.2695-2.5396-48.9289
CIE-Lab57.33770.1795-47.2476

#358edc color RGB value is (53,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11011100
Octal 65 216 334
Decimal 53 142 220
Hex 35 8E DC

RGB Percentages of Color #358edc

%12.77
%34.22
%53.01

CMYK Percentages of Color #358edc

%76
%35
%0
%14

Triadic Colors of #358edc

#358edc #dc358e #8edc35

Analogous Colors of #358edc

#358edc #353bdc #35dcd7

Monochromatic Colors of #358edc

#358edc

Complementary Color

#358edc #dc8335

#358edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358edc Color CSS Codes

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

#358edc Text Font Color

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

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


#358edc Background Color

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

This div background color is #358edc


#358edc Border Color

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

This div border color is #358edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358edc


Comments

No comments written yet.

Please login to write comment.