Color Hex Logo

#355ddc Color Hex

#355DDC
(53,93,220)
0 Favorites   0 Comments

Color spaces of #355ddc

RGB 5393220
HSL0.630.700.54
HSV226°76°86°
CMYK 0.760.580.00   0.14
XYZ18.300813.752969.4002
Yxy13.75290.18040.1356
Hunter Lab37.084923.1883-84.9951
CIE-Lab43.876530.6343-68.8843

#355ddc color RGB value is (53,93,220).

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

The process color (four color CMYK) of #355ddc color hex is 0.76, 0.58, 0.00, 0.14. Web safe color of #355ddc is #3366cc. Color #355ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 11011100
Octal 65 135 334
Decimal 53 93 220
Hex 35 5D DC

RGB Percentages of Color #355ddc

%14.48
%25.41
%60.11

CMYK Percentages of Color #355ddc

%76
%58
%0
%14

Triadic Colors of #355ddc

#355ddc #dc355d #5ddc35

Analogous Colors of #355ddc

#355ddc #6135dc #35b1dc

Monochromatic Colors of #355ddc

#355ddc

Complementary Color

#355ddc #dcb435

#355ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ddc Color CSS Codes

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

#355ddc Text Font Color

<p style="color:#355ddc">Text here</p>

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


#355ddc Background Color

<div style="background-color:#355ddc">
Div content here</div>

This div background color is #355ddc


#355ddc Border Color

<div style="border:3px solid #355ddc">
Div here</div>

This div border color is #355ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,93,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 #355ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ddc


Comments

No comments written yet.

Please login to write comment.