Color Hex Logo

#adcbed Color Hex

#ADCBED
(173,203,237)
1 Favorites   0 Comments

Color spaces of #adcbed

RGB 173203237
HSL0.590.640.80
HSV212°27°93°
CMYK 0.270.140.00   0.07
XYZ53.875657.710588.4205
Yxy57.71050.26940.2885
Hunter Lab75.9674-6.3520-15.8320
CIE-Lab80.5776-2.4851-20.0795

#adcbed color RGB value is (173,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11101101
Octal 255 313 355
Decimal 173 203 237
Hex AD CB ED

RGB Percentages of Color #adcbed

%28.22
%33.12
%38.66

CMYK Percentages of Color #adcbed

%27
%14
%0
%7

Triadic Colors of #adcbed

#adcbed #edadcb #cbedad

Analogous Colors of #adcbed

#adcbed #afaded #adebed

Monochromatic Colors of #adcbed

#adcbed

Complementary Color

#adcbed #edcfad

#adcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbed Color CSS Codes

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

#adcbed Text Font Color

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

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


#adcbed Background Color

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

This div background color is #adcbed


#adcbed Border Color

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

This div border color is #adcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbed


Comments

No comments written yet.

Please login to write comment.