Color Hex Logo

#236e5f Color Hex

#236E5F
(35,110,95)
0 Favorites   0 Comments

Color spaces of #236e5f

RGB 3511095
HSL0.470.520.28
HSV168°68°43°
CMYK 0.680.000.14   0.57
XYZ8.334612.335412.7682
Yxy12.33540.24930.3689
Hunter Lab35.1218-19.10413.0309
CIE-Lab41.7443-26.76191.6658

#236e5f color RGB value is (35,110,95).

#236e5f hex color red value is 35, green value is 110 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #236e5f hue: 0.47 , saturation: 0.52 and the lightness value of 236e5f is 0.28.

The process color (four color CMYK) of #236e5f color hex is 0.68, 0.00, 0.14, 0.57. Web safe color of #236e5f is #336666. Color #236e5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101110 01011111
Octal 43 156 137
Decimal 35 110 95
Hex 23 6E 5F

RGB Percentages of Color #236e5f

%14.58
%45.83
%39.58

CMYK Percentages of Color #236e5f

%68
%0
%14
%57

Triadic Colors of #236e5f

#236e5f #5f236e #6e5f23

Analogous Colors of #236e5f

#236e5f #23586e #236e3a

Monochromatic Colors of #236e5f

#236e5f

Complementary Color

#236e5f #6e2332

#236e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#236e5f Color CSS Codes

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

#236e5f Text Font Color

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

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


#236e5f Background Color

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

This div background color is #236e5f


#236e5f Border Color

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

This div border color is #236e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236e5f


Comments

No comments written yet.

Please login to write comment.