Color Hex Logo

#2d8ace Color Hex

#2D8ACE
(45,138,206)
0 Favorites   0 Comments

Color spaces of #2d8ace

RGB 45138206
HSL0.570.640.49
HSV205°78°81°
CMYK 0.780.330.00   0.19
XYZ21.311223.191161.7456
Yxy23.19110.20060.2183
Hunter Lab48.1571-5.2826-42.3098
CIE-Lab55.2686-3.4352-42.6665

#2d8ace color RGB value is (45,138,206).

#2d8ace hex color red value is 45, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2d8ace hue: 0.57 , saturation: 0.64 and the lightness value of 2d8ace is 0.49.

The process color (four color CMYK) of #2d8ace color hex is 0.78, 0.33, 0.00, 0.19. Web safe color of #2d8ace is #3399cc. Color #2d8ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10001010 11001110
Octal 55 212 316
Decimal 45 138 206
Hex 2D 8A CE

RGB Percentages of Color #2d8ace

%11.57
%35.48
%52.96

CMYK Percentages of Color #2d8ace

%78
%33
%0
%19

Triadic Colors of #2d8ace

#2d8ace #ce2d8a #8ace2d

Analogous Colors of #2d8ace

#2d8ace #2d3ace #2dcec2

Monochromatic Colors of #2d8ace

#2d8ace

Complementary Color

#2d8ace #ce712d

#2d8ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d8ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d8ace Color CSS Codes

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

#2d8ace Text Font Color

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

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


#2d8ace Background Color

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

This div background color is #2d8ace


#2d8ace Border Color

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

This div border color is #2d8ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d8ace


Comments

No comments written yet.

Please login to write comment.