Color Hex Logo

#238b7d Color Hex

#238B7D
(35,139,125)
0 Favorites   0 Comments

Color spaces of #238b7d

RGB 35139125
HSL0.480.600.34
HSV172°75°55°
CMYK 0.750.000.10   0.45
XYZ13.627420.303222.6027
Yxy20.30320.24110.3591
Hunter Lab45.0591-24.86891.8001
CIE-Lab52.1783-32.1773-0.8726

#238b7d color RGB value is (35,139,125).

#238b7d hex color red value is 35, green value is 139 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #238b7d hue: 0.48 , saturation: 0.60 and the lightness value of 238b7d is 0.34.

The process color (four color CMYK) of #238b7d color hex is 0.75, 0.00, 0.10, 0.45. Web safe color of #238b7d is #339966. Color #238b7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001011 01111101
Octal 43 213 175
Decimal 35 139 125
Hex 23 8B 7D

RGB Percentages of Color #238b7d

%11.71
%46.49
%41.81

CMYK Percentages of Color #238b7d

%75
%0
%10
%45

Triadic Colors of #238b7d

#238b7d #7d238b #8b7d23

Analogous Colors of #238b7d

#238b7d #23658b #238b49

Monochromatic Colors of #238b7d

#238b7d

Complementary Color

#238b7d #8b2331

#238b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#238b7d Color CSS Codes

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

#238b7d Text Font Color

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

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


#238b7d Background Color

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

This div background color is #238b7d


#238b7d Border Color

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

This div border color is #238b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,139,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #238b7d;
  box-shadow:         1px 1px 3px 2px #238b7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238b7d


Comments

No comments written yet.

Please login to write comment.