Color Hex Logo

#adbeff Color Hex

#ADBEFF
(173,190,255)
0 Favorites   0 Comments

Color spaces of #adbeff

RGB 173190255
HSL0.631.000.84
HSV228°32°100°
CMYK 0.320.250.00   0.00
XYZ53.697052.9311101.9943
Yxy52.93110.25740.2537
Hunter Lab72.75384.4255-32.1917
CIE-Lab77.83438.8816-33.9067

#adbeff color RGB value is (173,190,255).

#adbeff hex color red value is 173, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adbeff hue: 0.63 , saturation: 1.00 and the lightness value of adbeff is 0.84.

The process color (four color CMYK) of #adbeff color hex is 0.32, 0.25, 0.00, 0.00. Web safe color of #adbeff is #99ccff. Color #adbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11111111
Octal 255 276 377
Decimal 173 190 255
Hex AD BE FF

RGB Percentages of Color #adbeff

%27.99
%30.74
%41.26

CMYK Percentages of Color #adbeff

%32
%25
%0
%0

Triadic Colors of #adbeff

#adbeff #ffadbe #beffad

Analogous Colors of #adbeff

#adbeff #c5adff #ade7ff

Monochromatic Colors of #adbeff

#adbeff

Complementary Color

#adbeff #ffeead

#adbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeff Color CSS Codes

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

#adbeff Text Font Color

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

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


#adbeff Background Color

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

This div background color is #adbeff


#adbeff Border Color

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

This div border color is #adbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.