Color Hex Logo

#819ace Color Hex

#819ACE
(129,154,206)
0 Favorites   0 Comments

Color spaces of #819ace

RGB 129154206
HSL0.610.440.66
HSV221°37°81°
CMYK 0.370.250.00   0.19
XYZ31.749432.234662.9410
Yxy32.23460.25010.2540
Hunter Lab56.77550.4617-25.9857
CIE-Lab63.53634.0962-29.4734

#819ace color RGB value is (129,154,206).

#819ace hex color red value is 129, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #819ace hue: 0.61 , saturation: 0.44 and the lightness value of 819ace is 0.66.

The process color (four color CMYK) of #819ace color hex is 0.37, 0.25, 0.00, 0.19. Web safe color of #819ace is #9999cc. Color #819ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11001110
Octal 201 232 316
Decimal 129 154 206
Hex 81 9A CE

RGB Percentages of Color #819ace

%26.38
%31.49
%42.13

CMYK Percentages of Color #819ace

%37
%25
%0
%19

Triadic Colors of #819ace

#819ace #ce819a #9ace81

Analogous Colors of #819ace

#819ace #8f81ce #81c1ce

Monochromatic Colors of #819ace

#819ace

Complementary Color

#819ace #ceb581

#819ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#819ace Color CSS Codes

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

#819ace Text Font Color

<p style="color:#819ace">Text here</p>

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


#819ace Background Color

<div style="background-color:#819ace">
Div content here</div>

This div background color is #819ace


#819ace Border Color

<div style="border:3px solid #819ace">
Div here</div>

This div border color is #819ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,154,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819ace;
  -webkit-box-shadow: 1px 1px 3px 2px #819ace;
  box-shadow:         1px 1px 3px 2px #819ace; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819ace


Comments

No comments written yet.

Please login to write comment.