Color Hex Logo

#2d8ead Color Hex

#2D8EAD
(45,142,173)
0 Favorites   0 Comments

Color spaces of #2d8ead

RGB 45142173
HSL0.540.590.43
HSV195°74°68°
CMYK 0.740.180.00   0.32
XYZ18.298022.921042.9950
Yxy22.92100.21730.2722
Hunter Lab47.8759-15.5607-19.7323
CIE-Lab54.9909-17.2874-24.3309

#2d8ead color RGB value is (45,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10001110 10101101
Octal 55 216 255
Decimal 45 142 173
Hex 2D 8E AD

RGB Percentages of Color #2d8ead

%12.50
%39.44
%48.06

CMYK Percentages of Color #2d8ead

%74
%18
%0
%32

Triadic Colors of #2d8ead

#2d8ead #ad2d8e #8ead2d

Analogous Colors of #2d8ead

#2d8ead #2d4ead #2dad8c

Monochromatic Colors of #2d8ead

#2d8ead

Complementary Color

#2d8ead #ad4c2d

#2d8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d8ead Color CSS Codes

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

#2d8ead Text Font Color

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

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


#2d8ead Background Color

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

This div background color is #2d8ead


#2d8ead Border Color

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

This div border color is #2d8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d8ead

#2d8ead Color Palettes


Comments

No comments written yet.

Please login to write comment.