Color Hex Logo

#23695e Color Hex

#23695E
(35,105,94)
0 Favorites   0 Comments

Color spaces of #23695e

RGB 3510594
HSL0.470.500.27
HSV171°67°41°
CMYK 0.670.000.10   0.59
XYZ7.765111.268612.3555
Yxy11.26860.24740.3590
Hunter Lab33.5687-17.45481.6755
CIE-Lab40.0292-24.5487-0.2249

#23695e color RGB value is (35,105,94).

#23695e hex color red value is 35, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #23695e hue: 0.47 , saturation: 0.50 and the lightness value of 23695e is 0.27.

The process color (four color CMYK) of #23695e color hex is 0.67, 0.00, 0.10, 0.59. Web safe color of #23695e is #336666. Color #23695e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101001 01011110
Octal 43 151 136
Decimal 35 105 94
Hex 23 69 5E

RGB Percentages of Color #23695e

%14.96
%44.87
%40.17

CMYK Percentages of Color #23695e

%67
%0
%10
%59

Triadic Colors of #23695e

#23695e #5e2369 #695e23

Analogous Colors of #23695e

#23695e #235169 #23693b

Monochromatic Colors of #23695e

#23695e

Complementary Color

#23695e #69232e

#23695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#23695e Color CSS Codes

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

#23695e Text Font Color

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

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


#23695e Background Color

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

This div background color is #23695e


#23695e Border Color

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

This div border color is #23695e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,105,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23695e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23695e;
  -webkit-box-shadow: 1px 1px 3px 2px #23695e;
  box-shadow:         1px 1px 3px 2px #23695e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23695e

#23695e Color Palettes


Comments

No comments written yet.

Please login to write comment.