Color Hex Logo

#adebfe Color Hex

#ADEBFE
(173,235,254)
0 Favorites   0 Comments

Color spaces of #adebfe

RGB 173235254
HSL0.540.980.84
HSV194°32°100°
CMYK 0.320.070.00   0.00
XYZ64.831375.4567104.9135
Yxy75.45670.26440.3077
Hunter Lab86.8658-18.7938-10.8023
CIE-Lab89.6065-15.0658-15.4593

#adebfe color RGB value is (173,235,254).

#adebfe hex color red value is 173, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adebfe hue: 0.54 , saturation: 0.98 and the lightness value of adebfe is 0.84.

The process color (four color CMYK) of #adebfe color hex is 0.32, 0.07, 0.00, 0.00. Web safe color of #adebfe is #99ffff. Color #adebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11111110
Octal 255 353 376
Decimal 173 235 254
Hex AD EB FE

RGB Percentages of Color #adebfe

%26.13
%35.50
%38.37

CMYK Percentages of Color #adebfe

%32
%7
%0
%0

Triadic Colors of #adebfe

#adebfe #feadeb #ebfead

Analogous Colors of #adebfe

#adebfe #adc3fe #adfee9

Monochromatic Colors of #adebfe

#adebfe

Complementary Color

#adebfe #fec0ad

#adebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebfe Color CSS Codes

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

#adebfe Text Font Color

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

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


#adebfe Background Color

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

This div background color is #adebfe


#adebfe Border Color

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

This div border color is #adebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebfe


Comments

No comments written yet.

Please login to write comment.