Color Hex Logo

#358bde Color Hex

#358BDE
(53,139,222)
0 Favorites   0 Comments

Color spaces of #358bde

RGB 53139222
HSL0.580.720.54
HSV209°76°87°
CMYK 0.760.370.00   0.13
XYZ23.885624.496072.5765
Yxy24.49600.19750.2025
Hunter Lab49.4934-0.4692-52.2966
CIE-Lab56.58102.6773-49.5666

#358bde color RGB value is (53,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 11011110
Octal 65 213 336
Decimal 53 139 222
Hex 35 8B DE

RGB Percentages of Color #358bde

%12.80
%33.57
%53.62

CMYK Percentages of Color #358bde

%76
%37
%0
%13

Triadic Colors of #358bde

#358bde #de358b #8bde35

Analogous Colors of #358bde

#358bde #3537de #35dedd

Monochromatic Colors of #358bde

#358bde

Complementary Color

#358bde #de8835

#358bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bde Color CSS Codes

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

#358bde Text Font Color

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

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


#358bde Background Color

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

This div background color is #358bde


#358bde Border Color

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

This div border color is #358bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bde


Comments

No comments written yet.

Please login to write comment.