Color Hex Logo

#adcbee Color Hex

#ADCBEE
(173,203,238)
0 Favorites   0 Comments

Color spaces of #adcbee

RGB 173203238
HSL0.590.660.81
HSV212°27°93°
CMYK 0.270.150.00   0.07
XYZ54.022157.769289.1922
Yxy57.76920.26880.2874
Hunter Lab76.0061-6.1398-16.3719
CIE-Lab80.6103-2.2514-20.5643

#adcbee color RGB value is (173,203,238).

#adcbee hex color red value is 173, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #adcbee hue: 0.59 , saturation: 0.66 and the lightness value of adcbee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11101110
Octal 255 313 356
Decimal 173 203 238
Hex AD CB EE

RGB Percentages of Color #adcbee

%28.18
%33.06
%38.76

CMYK Percentages of Color #adcbee

%27
%15
%0
%7

Triadic Colors of #adcbee

#adcbee #eeadcb #cbeead

Analogous Colors of #adcbee

#adcbee #b0adee #adecee

Monochromatic Colors of #adcbee

#adcbee

Complementary Color

#adcbee #eed0ad

#adcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbee Color CSS Codes

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

#adcbee Text Font Color

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

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


#adcbee Background Color

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

This div background color is #adcbee


#adcbee Border Color

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

This div border color is #adcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbee


Comments

No comments written yet.

Please login to write comment.