Color Hex Logo

#358dee Color Hex

#358DEE
(53,141,238)
0 Favorites   0 Comments

Color spaces of #358dee

RGB 53141238
HSL0.590.840.57
HSV211°78°93°
CMYK 0.780.410.00   0.07
XYZ26.425725.979784.5107
Yxy25.97970.19300.1897
Hunter Lab50.97033.3459-62.6259
CIE-Lab58.01787.2946-56.1839

#358dee color RGB value is (53,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11101110
Octal 65 215 356
Decimal 53 141 238
Hex 35 8D EE

RGB Percentages of Color #358dee

%12.27
%32.64
%55.09

CMYK Percentages of Color #358dee

%78
%41
%0
%7

Triadic Colors of #358dee

#358dee #ee358d #8dee35

Analogous Colors of #358dee

#358dee #3a35ee #35eaee

Monochromatic Colors of #358dee

#358dee

Complementary Color

#358dee #ee9635

#358dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dee Color CSS Codes

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

#358dee Text Font Color

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

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


#358dee Background Color

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

This div background color is #358dee


#358dee Border Color

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

This div border color is #358dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dee


Comments

No comments written yet.

Please login to write comment.