Color Hex Logo

#135258 Color Hex

#135258
(19,82,88)
0 Favorites   0 Comments

Color spaces of #135258

RGB 198288
HSL0.510.640.21
HSV185°78°35°
CMYK 0.780.070.00   0.65
XYZ5.04736.877610.2940
Yxy6.87760.22720.3095
Hunter Lab26.2252-11.5399-4.9151
CIE-Lab31.5266-16.9200-9.1687

#135258 color RGB value is (19,82,88).

#135258 hex color red value is 19, green value is 82 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #135258 hue: 0.51 , saturation: 0.64 and the lightness value of 135258 is 0.21.

The process color (four color CMYK) of #135258 color hex is 0.78, 0.07, 0.00, 0.65. Web safe color of #135258 is #006666. Color #135258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 01011000
Octal 23 122 130
Decimal 19 82 88
Hex 13 52 58

RGB Percentages of Color #135258

%10.05
%43.39
%46.56

CMYK Percentages of Color #135258

%78
%7
%0
%65

Triadic Colors of #135258

#135258 #581352 #525813

Analogous Colors of #135258

#135258 #133058 #13583b

Monochromatic Colors of #135258

#135258

Complementary Color

#135258 #581913

#135258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135258 Color CSS Codes

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

#135258 Text Font Color

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

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


#135258 Background Color

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

This div background color is #135258


#135258 Border Color

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

This div border color is #135258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,82,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135258;
  -webkit-box-shadow: 1px 1px 3px 2px #135258;
  box-shadow:         1px 1px 3px 2px #135258; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135258


Comments

No comments written yet.

Please login to write comment.