Color Hex Logo

#239eae Color Hex

#239EAE
(35,158,174)
0 Favorites   0 Comments

Color spaces of #239eae

RGB 35158174
HSL0.520.670.41
HSV187°80°68°
CMYK 0.800.090.00   0.32
XYZ20.560027.867044.3397
Yxy27.86700.22160.3004
Hunter Lab52.7892-22.8601-12.8475
CIE-Lab59.7684-26.4426-17.6079

#239eae color RGB value is (35,158,174).

#239eae hex color red value is 35, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #239eae hue: 0.52 , saturation: 0.67 and the lightness value of 239eae is 0.41.

The process color (four color CMYK) of #239eae color hex is 0.80, 0.09, 0.00, 0.32. Web safe color of #239eae is #339999. Color #239eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011110 10101110
Octal 43 236 256
Decimal 35 158 174
Hex 23 9E AE

RGB Percentages of Color #239eae

%9.54
%43.05
%47.41

CMYK Percentages of Color #239eae

%80
%9
%0
%32

Triadic Colors of #239eae

#239eae #ae239e #9eae23

Analogous Colors of #239eae

#239eae #2359ae #23ae79

Monochromatic Colors of #239eae

#239eae

Complementary Color

#239eae #ae3323

#239eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#239eae Color CSS Codes

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

#239eae Text Font Color

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

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


#239eae Background Color

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

This div background color is #239eae


#239eae Border Color

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

This div border color is #239eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,158,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #239eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #239eae;
  -webkit-box-shadow: 1px 1px 3px 2px #239eae;
  box-shadow:         1px 1px 3px 2px #239eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239eae


Comments

No comments written yet.

Please login to write comment.