Color Hex Logo

#239baa Color Hex

#239BAA
(35,155,170)
0 Favorites   0 Comments

Color spaces of #239baa

RGB 35155170
HSL0.520.660.40
HSV187°79°67°
CMYK 0.790.090.00   0.33
XYZ19.670226.702342.1475
Yxy26.70230.22220.3017
Hunter Lab51.6743-22.4826-12.1872
CIE-Lab58.6978-26.2217-16.9693

#239baa color RGB value is (35,155,170).

#239baa hex color red value is 35, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #239baa hue: 0.52 , saturation: 0.66 and the lightness value of 239baa is 0.40.

The process color (four color CMYK) of #239baa color hex is 0.79, 0.09, 0.00, 0.33. Web safe color of #239baa is #339999. Color #239baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011011 10101010
Octal 43 233 252
Decimal 35 155 170
Hex 23 9B AA

RGB Percentages of Color #239baa

%9.72
%43.06
%47.22

CMYK Percentages of Color #239baa

%79
%9
%0
%33

Triadic Colors of #239baa

#239baa #aa239b #9baa23

Analogous Colors of #239baa

#239baa #2358aa #23aa76

Monochromatic Colors of #239baa

#239baa

Complementary Color

#239baa #aa3223

#239baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#239baa Color CSS Codes

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

#239baa Text Font Color

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

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


#239baa Background Color

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

This div background color is #239baa


#239baa Border Color

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

This div border color is #239baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239baa


Comments

No comments written yet.

Please login to write comment.