Color Hex Logo

#addaeb Color Hex

#ADDAEB
(173,218,235)
1 Favorites   0 Comments

Color spaces of #addaeb

RGB 173218235
HSL0.550.610.80
HSV196°26°92°
CMYK 0.260.070.00   0.08
XYZ57.300465.025288.1283
Yxy65.02520.27230.3090
Hunter Lab80.6382-14.2772-8.3504
CIE-Lab84.4967-10.7893-13.1166

#addaeb color RGB value is (173,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11101011
Octal 255 332 353
Decimal 173 218 235
Hex AD DA EB

RGB Percentages of Color #addaeb

%27.64
%34.82
%37.54

CMYK Percentages of Color #addaeb

%26
%7
%0
%8

Triadic Colors of #addaeb

#addaeb #ebadda #daebad

Analogous Colors of #addaeb

#addaeb #adbbeb #adebdd

Monochromatic Colors of #addaeb

#addaeb

Complementary Color

#addaeb #ebbead

#addaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaeb Color CSS Codes

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

#addaeb Text Font Color

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

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


#addaeb Background Color

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

This div background color is #addaeb


#addaeb Border Color

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

This div border color is #addaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaeb


Comments

No comments written yet.

Please login to write comment.