Color Hex Logo

#adbfea Color Hex

#ADBFEA
(173,191,234)
0 Favorites   0 Comments

Color spaces of #adbfea

RGB 173191234
HSL0.620.590.80
HSV222°26°92°
CMYK 0.260.180.00   0.08
XYZ50.715752.086485.2226
Yxy52.08640.26970.2770
Hunter Lab72.1709-0.8642-19.4926
CIE-Lab77.33253.2489-23.3973

#adbfea color RGB value is (173,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11101010
Octal 255 277 352
Decimal 173 191 234
Hex AD BF EA

RGB Percentages of Color #adbfea

%28.93
%31.94
%39.13

CMYK Percentages of Color #adbfea

%26
%18
%0
%8

Triadic Colors of #adbfea

#adbfea #eaadbf #bfeaad

Analogous Colors of #adbfea

#adbfea #baadea #addeea

Monochromatic Colors of #adbfea

#adbfea

Complementary Color

#adbfea #ead8ad

#adbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfea Color CSS Codes

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

#adbfea Text Font Color

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

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


#adbfea Background Color

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

This div background color is #adbfea


#adbfea Border Color

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

This div border color is #adbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfea


Comments

No comments written yet.

Please login to write comment.