Color Hex Logo

#237250 Color Hex

#237250
(35,114,80)
0 Favorites   0 Comments

Color spaces of #237250

RGB 3511480
HSL0.430.530.29
HSV154°69°45°
CMYK 0.690.000.30   0.55
XYZ8.158412.97119.6631
Yxy12.97110.26490.4212
Hunter Lab36.0154-22.59229.3030
CIE-Lab42.7197-32.542612.0304

#237250 color RGB value is (35,114,80).

#237250 hex color red value is 35, green value is 114 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #237250 hue: 0.43 , saturation: 0.53 and the lightness value of 237250 is 0.29.

The process color (four color CMYK) of #237250 color hex is 0.69, 0.00, 0.30, 0.55. Web safe color of #237250 is #336666. Color #237250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01110010 01010000
Octal 43 162 120
Decimal 35 114 80
Hex 23 72 50

RGB Percentages of Color #237250

%15.28
%49.78
%34.93

CMYK Percentages of Color #237250

%69
%0
%30
%55

Triadic Colors of #237250

#237250 #502372 #725023

Analogous Colors of #237250

#237250 #236d72 #237229

Monochromatic Colors of #237250

#237250

Complementary Color

#237250 #722345

#237250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#237250 Color CSS Codes

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

#237250 Text Font Color

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

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


#237250 Background Color

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

This div background color is #237250


#237250 Border Color

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

This div border color is #237250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237250


Comments

No comments written yet.

Please login to write comment.