Color Hex Logo

#adafeb Color Hex

#ADAFEB
(173,175,235)
0 Favorites   0 Comments

Color spaces of #adafeb

RGB 173175235
HSL0.660.610.80
HSV238°26°92°
CMYK 0.260.260.00   0.08
XYZ47.558945.542384.8812
Yxy45.54230.26720.2559
Hunter Lab67.48507.6959-27.3341
CIE-Lab73.247612.2611-30.1938

#adafeb color RGB value is (173,175,235).

#adafeb hex color red value is 173, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adafeb hue: 0.66 , saturation: 0.61 and the lightness value of adafeb is 0.80.

The process color (four color CMYK) of #adafeb color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #adafeb is #9999ff. Color #adafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11101011
Octal 255 257 353
Decimal 173 175 235
Hex AD AF EB

RGB Percentages of Color #adafeb

%29.67
%30.02
%40.31

CMYK Percentages of Color #adafeb

%26
%26
%0
%8

Triadic Colors of #adafeb

#adafeb #ebadaf #afebad

Analogous Colors of #adafeb

#adafeb #caadeb #adceeb

Monochromatic Colors of #adafeb

#adafeb

Complementary Color

#adafeb #ebe9ad

#adafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafeb Color CSS Codes

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

#adafeb Text Font Color

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

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


#adafeb Background Color

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

This div background color is #adafeb


#adafeb Border Color

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

This div border color is #adafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafeb


Comments

No comments written yet.

Please login to write comment.