Color Hex Logo

#238968 Color Hex

#238968
(35,137,104)
0 Favorites   0 Comments

Color spaces of #238968

RGB 35137104
HSL0.450.590.34
HSV161°74°54°
CMYK 0.740.000.24   0.46
XYZ12.137519.248116.1722
Yxy19.24810.25520.4047
Hunter Lab43.8727-27.39468.8556
CIE-Lab50.9762-36.90349.5591

#238968 color RGB value is (35,137,104).

#238968 hex color red value is 35, green value is 137 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #238968 hue: 0.45 , saturation: 0.59 and the lightness value of 238968 is 0.34.

The process color (four color CMYK) of #238968 color hex is 0.74, 0.00, 0.24, 0.46. Web safe color of #238968 is #339966. Color #238968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001001 01101000
Octal 43 211 150
Decimal 35 137 104
Hex 23 89 68

RGB Percentages of Color #238968

%12.68
%49.64
%37.68

CMYK Percentages of Color #238968

%74
%0
%24
%46

Triadic Colors of #238968

#238968 #682389 #896823

Analogous Colors of #238968

#238968 #237789 #238935

Monochromatic Colors of #238968

#238968

Complementary Color

#238968 #892344

#238968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#238968 Color CSS Codes

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

#238968 Text Font Color

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

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


#238968 Background Color

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

This div background color is #238968


#238968 Border Color

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

This div border color is #238968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238968


Comments

No comments written yet.

Please login to write comment.