Color Hex Logo

#2d9aad Color Hex

#2D9AAD
(45,154,173)
0 Favorites   0 Comments

Color spaces of #2d9aad

RGB 45154173
HSL0.520.590.43
HSV189°74°68°
CMYK 0.740.110.00   0.32
XYZ20.180626.686243.6225
Yxy26.68620.22300.2949
Hunter Lab51.6587-20.6712-13.9056
CIE-Lab58.6827-23.6207-18.6760

#2d9aad color RGB value is (45,154,173).

#2d9aad hex color red value is 45, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2d9aad hue: 0.52 , saturation: 0.59 and the lightness value of 2d9aad is 0.43.

The process color (four color CMYK) of #2d9aad color hex is 0.74, 0.11, 0.00, 0.32. Web safe color of #2d9aad is #339999. Color #2d9aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10011010 10101101
Octal 55 232 255
Decimal 45 154 173
Hex 2D 9A AD

RGB Percentages of Color #2d9aad

%12.10
%41.40
%46.51

CMYK Percentages of Color #2d9aad

%74
%11
%0
%32

Triadic Colors of #2d9aad

#2d9aad #ad2d9a #9aad2d

Analogous Colors of #2d9aad

#2d9aad #2d5aad #2dad80

Monochromatic Colors of #2d9aad

#2d9aad

Complementary Color

#2d9aad #ad402d

#2d9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d9aad Color CSS Codes

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

#2d9aad Text Font Color

<p style="color:#2d9aad">Text here</p>

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


#2d9aad Background Color

<div style="background-color:#2d9aad">
Div content here</div>

This div background color is #2d9aad


#2d9aad Border Color

<div style="border:3px solid #2d9aad">
Div here</div>

This div border color is #2d9aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d9aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d9aad;
  -webkit-box-shadow: 1px 1px 3px 2px #2d9aad;
  box-shadow:         1px 1px 3px 2px #2d9aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,154,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 #2d9aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d9aad


Comments

No comments written yet.

Please login to write comment.