Color Hex Logo

#135ddc Color Hex

#135DDC
(19,93,220)
0 Favorites   0 Comments

Color spaces of #135ddc

RGB 1993220
HSL0.610.840.47
HSV218°91°86°
CMYK 0.910.580.00   0.14
XYZ17.101213.134569.3440
Yxy13.13450.17170.1319
Hunter Lab36.241620.8056-88.0754
CIE-Lab42.965228.1105-70.4089

#135ddc color RGB value is (19,93,220).

#135ddc hex color red value is 19, green value is 93 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #135ddc hue: 0.61 , saturation: 0.84 and the lightness value of 135ddc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 11011100
Octal 23 135 334
Decimal 19 93 220
Hex 13 5D DC

RGB Percentages of Color #135ddc

%5.72
%28.01
%66.27

CMYK Percentages of Color #135ddc

%91
%58
%0
%14

Triadic Colors of #135ddc

#135ddc #dc135d #5ddc13

Analogous Colors of #135ddc

#135ddc #2e13dc #13c2dc

Monochromatic Colors of #135ddc

#135ddc

Complementary Color

#135ddc #dc9213

#135ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#135ddc Color CSS Codes

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

#135ddc Text Font Color

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

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


#135ddc Background Color

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

This div background color is #135ddc


#135ddc Border Color

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

This div border color is #135ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135ddc


Comments

No comments written yet.

Please login to write comment.