Color Hex Logo

#235010 Color Hex

#235010
(35,80,16)
0 Favorites   0 Comments

Color spaces of #235010

RGB 358016
HSL0.280.670.19
HSV102°80°31°
CMYK 0.560.000.80   0.69
XYZ3.65536.13211.4812
Yxy6.13210.32440.5442
Hunter Lab24.7631-16.986813.7877
CIE-Lab29.7433-28.398431.1243

#235010 color RGB value is (35,80,16).

#235010 hex color red value is 35, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #235010 hue: 0.28 , saturation: 0.67 and the lightness value of 235010 is 0.19.

The process color (four color CMYK) of #235010 color hex is 0.56, 0.00, 0.80, 0.69. Web safe color of #235010 is #336600. Color #235010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010000 00010000
Octal 43 120 20
Decimal 35 80 16
Hex 23 50 10

RGB Percentages of Color #235010

%26.72
%61.07
%12.21

CMYK Percentages of Color #235010

%56
%0
%80
%69

Triadic Colors of #235010

#235010 #102350 #501023

Analogous Colors of #235010

#235010 #10501d #435010

Monochromatic Colors of #235010

#235010

Complementary Color

#235010 #3d1050

#235010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235010 Color CSS Codes

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

#235010 Text Font Color

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

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


#235010 Background Color

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

This div background color is #235010


#235010 Border Color

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

This div border color is #235010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,80,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235010;
  -webkit-box-shadow: 1px 1px 3px 2px #235010;
  box-shadow:         1px 1px 3px 2px #235010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,80,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235010


Comments

No comments written yet.

Please login to write comment.