Color Hex Logo

#358bdf Color Hex

#358BDF
(53,139,223)
0 Favorites   0 Comments

Color spaces of #358bdf

RGB 53139223
HSL0.580.730.54
HSV210°76°87°
CMYK 0.760.380.00   0.13
XYZ24.020124.549873.2846
Yxy24.54980.19710.2015
Hunter Lab49.5478-0.1741-53.0106
CIE-Lab56.63413.0396-50.0414

#358bdf color RGB value is (53,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 11011111
Octal 65 213 337
Decimal 53 139 223
Hex 35 8B DF

RGB Percentages of Color #358bdf

%12.77
%33.49
%53.73

CMYK Percentages of Color #358bdf

%76
%38
%0
%13

Triadic Colors of #358bdf

#358bdf #df358b #8bdf35

Analogous Colors of #358bdf

#358bdf #3536df #35dfde

Monochromatic Colors of #358bdf

#358bdf

Complementary Color

#358bdf #df8935

#358bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bdf Color CSS Codes

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

#358bdf Text Font Color

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

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


#358bdf Background Color

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

This div background color is #358bdf


#358bdf Border Color

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

This div border color is #358bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bdf

#358bdf Color Palettes


Comments

No comments written yet.

Please login to write comment.