Color Hex Logo

#235d3f Color Hex

#235D3F
(35,93,63)
0 Favorites   0 Comments

Color spaces of #235d3f

RGB 359363
HSL0.410.450.25
HSV149°62°36°
CMYK 0.620.000.32   0.64
XYZ5.50478.54496.0618
Yxy8.54490.27370.4249
Hunter Lab29.2317-17.54158.1671
CIE-Lab35.0929-26.778011.7233

#235d3f color RGB value is (35,93,63).

#235d3f hex color red value is 35, green value is 93 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #235d3f hue: 0.41 , saturation: 0.45 and the lightness value of 235d3f is 0.25.

The process color (four color CMYK) of #235d3f color hex is 0.62, 0.00, 0.32, 0.64. Web safe color of #235d3f is #336633. Color #235d3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 00111111
Octal 43 135 77
Decimal 35 93 63
Hex 23 5D 3F

RGB Percentages of Color #235d3f

%18.32
%48.69
%32.98

CMYK Percentages of Color #235d3f

%62
%0
%32
%64

Triadic Colors of #235d3f

#235d3f #3f235d #5d3f23

Analogous Colors of #235d3f

#235d3f #235d5c #245d23

Monochromatic Colors of #235d3f

#235d3f

Complementary Color

#235d3f #5d2341

#235d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#235d3f Color CSS Codes

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

#235d3f Text Font Color

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

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


#235d3f Background Color

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

This div background color is #235d3f


#235d3f Border Color

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

This div border color is #235d3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,93,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235d3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235d3f;
  -webkit-box-shadow: 1px 1px 3px 2px #235d3f;
  box-shadow:         1px 1px 3px 2px #235d3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235d3f


Comments

No comments written yet.

Please login to write comment.