Color Hex Logo

#2389ad Color Hex

#2389AD
(35,137,173)
0 Favorites   0 Comments

Color spaces of #2389ad

RGB 35137173
HSL0.540.660.41
HSV196°80°68°
CMYK 0.800.210.00   0.32
XYZ17.181621.265842.7343
Yxy21.26580.21160.2620
Hunter Lab46.1149-14.1950-22.6632
CIE-Lab53.2392-15.7322-27.0539

#2389ad color RGB value is (35,137,173).

#2389ad hex color red value is 35, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2389ad hue: 0.54 , saturation: 0.66 and the lightness value of 2389ad is 0.41.

The process color (four color CMYK) of #2389ad color hex is 0.80, 0.21, 0.00, 0.32. Web safe color of #2389ad is #339999. Color #2389ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001001 10101101
Octal 43 211 255
Decimal 35 137 173
Hex 23 89 AD

RGB Percentages of Color #2389ad

%10.14
%39.71
%50.14

CMYK Percentages of Color #2389ad

%80
%21
%0
%32

Triadic Colors of #2389ad

#2389ad #ad2389 #89ad23

Analogous Colors of #2389ad

#2389ad #2344ad #23ad8c

Monochromatic Colors of #2389ad

#2389ad

Complementary Color

#2389ad #ad4723

#2389ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2389ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2389ad Color CSS Codes

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

#2389ad Text Font Color

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

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


#2389ad Background Color

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

This div background color is #2389ad


#2389ad Border Color

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

This div border color is #2389ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2389ad


Comments

No comments written yet.

Please login to write comment.