Color Hex Logo

#289cad Color Hex

#289CAD
(40,156,173)
0 Favorites   0 Comments

Color spaces of #289cad

RGB 40156173
HSL0.520.620.42
HSV188°77°68°
CMYK 0.770.100.00   0.32
XYZ20.306427.245243.7238
Yxy27.24520.22250.2985
Hunter Lab52.1969-21.9020-13.1276
CIE-Lab59.2006-25.2344-17.8972

#289cad color RGB value is (40,156,173).

#289cad hex color red value is 40, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #289cad hue: 0.52 , saturation: 0.62 and the lightness value of 289cad is 0.42.

The process color (four color CMYK) of #289cad color hex is 0.77, 0.10, 0.00, 0.32. Web safe color of #289cad is #339999. Color #289cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011100 10101101
Octal 50 234 255
Decimal 40 156 173
Hex 28 9C AD

RGB Percentages of Color #289cad

%10.84
%42.28
%46.88

CMYK Percentages of Color #289cad

%77
%10
%0
%32

Triadic Colors of #289cad

#289cad #ad289c #9cad28

Analogous Colors of #289cad

#289cad #285aad #28ad7c

Monochromatic Colors of #289cad

#289cad

Complementary Color

#289cad #ad3928

#289cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#289cad Color CSS Codes

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

#289cad Text Font Color

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

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


#289cad Background Color

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

This div background color is #289cad


#289cad Border Color

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

This div border color is #289cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,156,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #289cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #289cad;
  -webkit-box-shadow: 1px 1px 3px 2px #289cad;
  box-shadow:         1px 1px 3px 2px #289cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,156,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 #289cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289cad


Comments

No comments written yet.

Please login to write comment.