Color Hex Logo

#adefeb Color Hex

#ADEFEB
(173,239,235)
0 Favorites   0 Comments

Color spaces of #adefeb

RGB 173239235
HSL0.490.670.81
HSV176°28°94°
CMYK 0.280.000.02   0.06
XYZ63.095576.615490.0600
Yxy76.61540.27460.3334
Hunter Lab87.5302-24.50750.2676
CIE-Lab90.1443-21.3477-4.7313

#adefeb color RGB value is (173,239,235).

#adefeb hex color red value is 173, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adefeb hue: 0.49 , saturation: 0.67 and the lightness value of adefeb is 0.81.

The process color (four color CMYK) of #adefeb color hex is 0.28, 0.00, 0.02, 0.06. Web safe color of #adefeb is #99ffff. Color #adefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11101011
Octal 255 357 353
Decimal 173 239 235
Hex AD EF EB

RGB Percentages of Color #adefeb

%26.74
%36.94
%36.32

CMYK Percentages of Color #adefeb

%28
%0
%2
%6

Triadic Colors of #adefeb

#adefeb #ebadef #efebad

Analogous Colors of #adefeb

#adefeb #add2ef #adefca

Monochromatic Colors of #adefeb

#adefeb

Complementary Color

#adefeb #efadb1

#adefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefeb Color CSS Codes

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

#adefeb Text Font Color

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

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


#adefeb Background Color

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

This div background color is #adefeb


#adefeb Border Color

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

This div border color is #adefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefeb


Comments

No comments written yet.

Please login to write comment.