Color Hex Logo

#135eac Color Hex

#135EAC
(19,94,172)
0 Favorites   0 Comments

Color spaces of #135eac

RGB 1994172
HSL0.580.800.37
HSV211°89°67°
CMYK 0.890.450.00   0.33
XYZ11.717711.122440.5590
Yxy11.12240.18480.1754
Hunter Lab33.35034.3535-48.7605
CIE-Lab39.78598.3939-47.7213

#135eac color RGB value is (19,94,172).

#135eac hex color red value is 19, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #135eac hue: 0.58 , saturation: 0.80 and the lightness value of 135eac is 0.37.

The process color (four color CMYK) of #135eac color hex is 0.89, 0.45, 0.00, 0.33. Web safe color of #135eac is #006699. Color #135eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011110 10101100
Octal 23 136 254
Decimal 19 94 172
Hex 13 5E AC

RGB Percentages of Color #135eac

%6.67
%32.98
%60.35

CMYK Percentages of Color #135eac

%89
%45
%0
%33

Triadic Colors of #135eac

#135eac #ac135e #5eac13

Analogous Colors of #135eac

#135eac #1513ac #13abac

Monochromatic Colors of #135eac

#135eac

Complementary Color

#135eac #ac6113

#135eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#135eac Color CSS Codes

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

#135eac Text Font Color

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

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


#135eac Background Color

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

This div background color is #135eac


#135eac Border Color

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

This div border color is #135eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,94,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135eac


Comments

No comments written yet.

Please login to write comment.