Color Hex Logo

#120835 Color Hex

#120835
(18,8,53)
0 Favorites   0 Comments

Color spaces of #120835

RGB 18853
HSL0.700.740.12
HSV253°85°21°
CMYK 0.660.850.00   0.79
XYZ0.97890.55933.4245
Yxy0.55930.19730.1127
Hunter Lab7.478610.2768-21.9141
CIE-Lab5.052118.0434-26.8342

#120835 color RGB value is (18,8,53).

#120835 hex color red value is 18, green value is 8 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #120835 hue: 0.70 , saturation: 0.74 and the lightness value of 120835 is 0.12.

The process color (four color CMYK) of #120835 color hex is 0.66, 0.85, 0.00, 0.79. Web safe color of #120835 is #000033. Color #120835 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001000 00110101
Octal 22 10 65
Decimal 18 8 53
Hex 12 8 35

RGB Percentages of Color #120835

%22.78
%10.13
%67.09

CMYK Percentages of Color #120835

%66
%85
%0
%79

Triadic Colors of #120835

#120835 #351208 #083512

Analogous Colors of #120835

#120835 #290835 #081535

Monochromatic Colors of #120835

#120835

Complementary Color

#120835 #2b3508

#120835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120835 Color CSS Codes

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

#120835 Text Font Color

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

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


#120835 Background Color

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

This div background color is #120835


#120835 Border Color

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

This div border color is #120835


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,8,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #120835; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #120835;
  -webkit-box-shadow: 1px 1px 3px 2px #120835;
  box-shadow:         1px 1px 3px 2px #120835; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,8,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120835


Comments

No comments written yet.

Please login to write comment.