Color Hex Logo

#125303 Color Hex

#125303
(18,83,3)
0 Favorites   0 Comments

Color spaces of #125303

RGB 18833
HSL0.300.930.17
HSV109°96°33°
CMYK 0.780.000.96   0.67
XYZ3.35916.32171.1293
Yxy6.32170.31070.5848
Hunter Lab25.1430-20.152714.9371
CIE-Lab30.2100-35.097636.0564

#125303 color RGB value is (18,83,3).

#125303 hex color red value is 18, green value is 83 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #125303 hue: 0.30 , saturation: 0.93 and the lightness value of 125303 is 0.17.

The process color (four color CMYK) of #125303 color hex is 0.78, 0.00, 0.96, 0.67. Web safe color of #125303 is #006600. Color #125303 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 00000011
Octal 22 123 3
Decimal 18 83 3
Hex 12 53 3

RGB Percentages of Color #125303

%17.31
%79.81
%2.88

CMYK Percentages of Color #125303

%78
%0
%96
%67

Triadic Colors of #125303

#125303 #031253 #530312

Analogous Colors of #125303

#125303 #03531c #3a5303

Monochromatic Colors of #125303

#125303

Complementary Color

#125303 #440353

#125303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125303 Color CSS Codes

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

#125303 Text Font Color

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

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


#125303 Background Color

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

This div background color is #125303


#125303 Border Color

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

This div border color is #125303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125303


Comments

No comments written yet.

Please login to write comment.