Color Hex Logo

#235f5a Color Hex

#235F5A
(35,95,90)
0 Favorites   0 Comments

Color spaces of #235f5a

RGB 359590
HSL0.490.460.25
HSV175°63°37°
CMYK 0.630.000.05   0.63
XYZ6.63089.279911.1146
Yxy9.27990.24540.3434
Hunter Lab30.4629-14.4564-0.3083
CIE-Lab36.5177-20.5376-2.9227

#235f5a color RGB value is (35,95,90).

#235f5a hex color red value is 35, green value is 95 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #235f5a hue: 0.49 , saturation: 0.46 and the lightness value of 235f5a is 0.25.

The process color (four color CMYK) of #235f5a color hex is 0.63, 0.00, 0.05, 0.63. Web safe color of #235f5a is #336666. Color #235f5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011111 01011010
Octal 43 137 132
Decimal 35 95 90
Hex 23 5F 5A

RGB Percentages of Color #235f5a

%15.91
%43.18
%40.91

CMYK Percentages of Color #235f5a

%63
%0
%5
%63

Triadic Colors of #235f5a

#235f5a #5a235f #5f5a23

Analogous Colors of #235f5a

#235f5a #23465f #235f3c

Monochromatic Colors of #235f5a

#235f5a

Complementary Color

#235f5a #5f2328

#235f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#235f5a Color CSS Codes

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

#235f5a Text Font Color

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

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


#235f5a Background Color

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

This div background color is #235f5a


#235f5a Border Color

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

This div border color is #235f5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235f5a


Comments

No comments written yet.

Please login to write comment.