Color Hex Logo

#358edd Color Hex

#358EDD
(53,142,221)
0 Favorites   0 Comments

Color spaces of #358edd

RGB 53142221
HSL0.580.710.54
HSV208°76°87°
CMYK 0.760.360.00   0.13
XYZ24.192325.323372.0194
Yxy25.32330.19910.2084
Hunter Lab50.3223-2.2505-49.6281
CIE-Lab57.38910.5391-47.7253

#358edd color RGB value is (53,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11011101
Octal 65 216 335
Decimal 53 142 221
Hex 35 8E DD

RGB Percentages of Color #358edd

%12.74
%34.13
%53.13

CMYK Percentages of Color #358edd

%76
%36
%0
%13

Triadic Colors of #358edd

#358edd #dd358e #8edd35

Analogous Colors of #358edd

#358edd #353add #35ddd8

Monochromatic Colors of #358edd

#358edd

Complementary Color

#358edd #dd8435

#358edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#358edd Color CSS Codes

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

#358edd Text Font Color

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

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


#358edd Background Color

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

This div background color is #358edd


#358edd Border Color

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

This div border color is #358edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358edd


Comments

No comments written yet.

Please login to write comment.