Color Hex Logo

#2d8990 Color Hex

#2D8990
(45,137,144)
0 Favorites   0 Comments

Color spaces of #2d8990

RGB 45137144
HSL0.510.520.37
HSV184°69°56°
CMYK 0.690.050.00   0.44
XYZ15.061920.462829.5414
Yxy20.46280.23150.3145
Hunter Lab45.2358-19.7286-7.0544
CIE-Lab52.3565-24.0674-11.6193

#2d8990 color RGB value is (45,137,144).

#2d8990 hex color red value is 45, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #2d8990 hue: 0.51 , saturation: 0.52 and the lightness value of 2d8990 is 0.37.

The process color (four color CMYK) of #2d8990 color hex is 0.69, 0.05, 0.00, 0.44. Web safe color of #2d8990 is #339999. Color #2d8990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10001001 10010000
Octal 55 211 220
Decimal 45 137 144
Hex 2D 89 90

RGB Percentages of Color #2d8990

%13.80
%42.02
%44.17

CMYK Percentages of Color #2d8990

%69
%5
%0
%44

Triadic Colors of #2d8990

#2d8990 #902d89 #89902d

Analogous Colors of #2d8990

#2d8990 #2d5890 #2d9066

Monochromatic Colors of #2d8990

#2d8990

Complementary Color

#2d8990 #90342d

#2d8990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d8990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d8990 Color CSS Codes

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

#2d8990 Text Font Color

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

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


#2d8990 Background Color

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

This div background color is #2d8990


#2d8990 Border Color

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

This div border color is #2d8990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d8990


Comments

No comments written yet.

Please login to write comment.