Color Hex Logo

#adbcea Color Hex

#ADBCEA
(173,188,234)
0 Favorites   0 Comments

Color spaces of #adbcea

RGB 173188234
HSL0.630.590.80
HSV225°26°92°
CMYK 0.260.200.00   0.08
XYZ50.068150.791285.0067
Yxy50.79120.26940.2733
Hunter Lab71.26790.6833-20.8321
CIE-Lab76.55244.8779-24.5866

#adbcea color RGB value is (173,188,234).

#adbcea hex color red value is 173, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #adbcea hue: 0.63 , saturation: 0.59 and the lightness value of adbcea is 0.80.

The process color (four color CMYK) of #adbcea color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #adbcea is #99ccff. Color #adbcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11101010
Octal 255 274 352
Decimal 173 188 234
Hex AD BC EA

RGB Percentages of Color #adbcea

%29.08
%31.60
%39.33

CMYK Percentages of Color #adbcea

%26
%20
%0
%8

Triadic Colors of #adbcea

#adbcea #eaadbc #bceaad

Analogous Colors of #adbcea

#adbcea #bdadea #addbea

Monochromatic Colors of #adbcea

#adbcea

Complementary Color

#adbcea #eadbad

#adbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcea Color CSS Codes

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

#adbcea Text Font Color

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

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


#adbcea Background Color

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

This div background color is #adbcea


#adbcea Border Color

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

This div border color is #adbcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,188,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcea


Comments

No comments written yet.

Please login to write comment.