Color Hex Logo

#adebe4 Color Hex

#ADEBE4
(173,235,228)
0 Favorites   0 Comments

Color spaces of #adebe4

RGB 173235228
HSL0.480.610.80
HSV173°26°92°
CMYK 0.260.000.03   0.08
XYZ60.945573.902384.4512
Yxy73.90230.27790.3370
Hunter Lab85.9664-23.89461.9316
CIE-Lab88.8763-20.8937-2.9364

#adebe4 color RGB value is (173,235,228).

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

The process color (four color CMYK) of #adebe4 color hex is 0.26, 0.00, 0.03, 0.08. Web safe color of #adebe4 is #99ffcc. Color #adebe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11100100
Octal 255 353 344
Decimal 173 235 228
Hex AD EB E4

RGB Percentages of Color #adebe4

%27.20
%36.95
%35.85

CMYK Percentages of Color #adebe4

%26
%0
%3
%8

Triadic Colors of #adebe4

#adebe4 #e4adeb #ebe4ad

Analogous Colors of #adebe4

#adebe4 #add3eb #adebc5

Monochromatic Colors of #adebe4

#adebe4

Complementary Color

#adebe4 #ebadb4

#adebe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebe4 Color CSS Codes

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

#adebe4 Text Font Color

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

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


#adebe4 Background Color

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

This div background color is #adebe4


#adebe4 Border Color

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

This div border color is #adebe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebe4


Comments

No comments written yet.

Please login to write comment.