Color Hex Logo

#358dec Color Hex

#358DEC
(53,141,236)
0 Favorites   0 Comments

Color spaces of #358dec

RGB 53141236
HSL0.590.830.57
HSV211°78°93°
CMYK 0.780.400.00   0.07
XYZ26.133425.862882.9715
Yxy25.86280.19360.1916
Hunter Lab50.85552.7297-61.1337
CIE-Lab57.90666.5662-55.2529

#358dec color RGB value is (53,141,236).

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

The process color (four color CMYK) of #358dec color hex is 0.78, 0.40, 0.00, 0.07. Web safe color of #358dec is #3399ff. Color #358dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11101100
Octal 65 215 354
Decimal 53 141 236
Hex 35 8D EC

RGB Percentages of Color #358dec

%12.33
%32.79
%54.88

CMYK Percentages of Color #358dec

%78
%40
%0
%7

Triadic Colors of #358dec

#358dec #ec358d #8dec35

Analogous Colors of #358dec

#358dec #3835ec #35e9ec

Monochromatic Colors of #358dec

#358dec

Complementary Color

#358dec #ec9435

#358dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dec Color CSS Codes

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

#358dec Text Font Color

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

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


#358dec Background Color

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

This div background color is #358dec


#358dec Border Color

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

This div border color is #358dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dec


Comments

No comments written yet.

Please login to write comment.