Color Hex Logo

#addbec Color Hex

#ADDBEC
(173,219,236)
0 Favorites   0 Comments

Color spaces of #addbec

RGB 173219236
HSL0.540.620.80
HSV196°27°93°
CMYK 0.270.070.00   0.07
XYZ57.705465.603488.9782
Yxy65.60340.27180.3090
Hunter Lab80.9959-14.5709-8.4360
CIE-Lab84.7937-11.0766-13.2018

#addbec color RGB value is (173,219,236).

#addbec hex color red value is 173, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #addbec hue: 0.54 , saturation: 0.62 and the lightness value of addbec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11101100
Octal 255 333 354
Decimal 173 219 236
Hex AD DB EC

RGB Percentages of Color #addbec

%27.55
%34.87
%37.58

CMYK Percentages of Color #addbec

%27
%7
%0
%7

Triadic Colors of #addbec

#addbec #ecaddb #dbecad

Analogous Colors of #addbec

#addbec #adbcec #adecde

Monochromatic Colors of #addbec

#addbec

Complementary Color

#addbec #ecbead

#addbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbec Color CSS Codes

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

#addbec Text Font Color

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

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


#addbec Background Color

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

This div background color is #addbec


#addbec Border Color

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

This div border color is #addbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbec


Comments

No comments written yet.

Please login to write comment.