Color Hex Logo

#addfeb Color Hex

#ADDFEB
(173,223,235)
0 Favorites   0 Comments

Color spaces of #addfeb

RGB 173223235
HSL0.530.610.80
HSV192°26°92°
CMYK 0.260.050.00   0.08
XYZ58.616767.657788.5671
Yxy67.65770.27280.3149
Hunter Lab82.2543-16.7410-6.2623
CIE-Lab85.8350-13.3478-11.1180

#addfeb color RGB value is (173,223,235).

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

The process color (four color CMYK) of #addfeb color hex is 0.26, 0.05, 0.00, 0.08. Web safe color of #addfeb is #99ccff. Color #addfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11101011
Octal 255 337 353
Decimal 173 223 235
Hex AD DF EB

RGB Percentages of Color #addfeb

%27.42
%35.34
%37.24

CMYK Percentages of Color #addfeb

%26
%5
%0
%8

Triadic Colors of #addfeb

#addfeb #ebaddf #dfebad

Analogous Colors of #addfeb

#addfeb #adc0eb #adebd8

Monochromatic Colors of #addfeb

#addfeb

Complementary Color

#addfeb #ebb9ad

#addfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfeb Color CSS Codes

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

#addfeb Text Font Color

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

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


#addfeb Background Color

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

This div background color is #addfeb


#addfeb Border Color

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

This div border color is #addfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfeb


Comments

No comments written yet.

Please login to write comment.