Color Hex Logo

#358fdc Color Hex

#358FDC
(53,143,220)
0 Favorites   0 Comments

Color spaces of #358fdc

RGB 53143220
HSL0.580.700.54
HSV208°76°86°
CMYK 0.760.350.00   0.14
XYZ24.208925.569171.3695
Yxy25.56910.19980.2111
Hunter Lab50.5659-3.0318-48.2867
CIE-Lab57.6258-0.4087-46.7914

#358fdc color RGB value is (53,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11011100
Octal 65 217 334
Decimal 53 143 220
Hex 35 8F DC

RGB Percentages of Color #358fdc

%12.74
%34.38
%52.88

CMYK Percentages of Color #358fdc

%76
%35
%0
%14

Triadic Colors of #358fdc

#358fdc #dc358f #8fdc35

Analogous Colors of #358fdc

#358fdc #353cdc #35dcd6

Monochromatic Colors of #358fdc

#358fdc

Complementary Color

#358fdc #dc8235

#358fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fdc Color CSS Codes

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

#358fdc Text Font Color

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

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


#358fdc Background Color

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

This div background color is #358fdc


#358fdc Border Color

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

This div border color is #358fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fdc


Comments

No comments written yet.

Please login to write comment.