Color Hex Logo

#135cde Color Hex

#135CDE
(19,92,222)
0 Favorites   0 Comments

Color spaces of #135cde

RGB 1992222
HSL0.610.840.47
HSV218°91°87°
CMYK 0.910.590.00   0.13
XYZ17.280513.066770.7186
Yxy13.06670.17100.1293
Hunter Lab36.147922.0731-90.6896
CIE-Lab42.863629.5316-71.7137

#135cde color RGB value is (19,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011100 11011110
Octal 23 134 336
Decimal 19 92 222
Hex 13 5C DE

RGB Percentages of Color #135cde

%5.71
%27.63
%66.67

CMYK Percentages of Color #135cde

%91
%59
%0
%13

Triadic Colors of #135cde

#135cde #de135c #5cde13

Analogous Colors of #135cde

#135cde #3013de #13c2de

Monochromatic Colors of #135cde

#135cde

Complementary Color

#135cde #de9513

#135cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#135cde Color CSS Codes

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

#135cde Text Font Color

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

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


#135cde Background Color

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

This div background color is #135cde


#135cde Border Color

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

This div border color is #135cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135cde


Comments

No comments written yet.

Please login to write comment.