Color Hex Logo

#adbced Color Hex

#ADBCED
(173,188,237)
0 Favorites   0 Comments

Color spaces of #adbced

RGB 173188237
HSL0.630.640.80
HSV226°27°93°
CMYK 0.270.210.00   0.07
XYZ50.502950.965187.2962
Yxy50.96510.26750.2700
Hunter Lab71.38981.3430-22.5275
CIE-Lab76.65795.5887-26.0434

#adbced color RGB value is (173,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11101101
Octal 255 274 355
Decimal 173 188 237
Hex AD BC ED

RGB Percentages of Color #adbced

%28.93
%31.44
%39.63

CMYK Percentages of Color #adbced

%27
%21
%0
%7

Triadic Colors of #adbced

#adbced #edadbc #bcedad

Analogous Colors of #adbced

#adbced #beaded #addced

Monochromatic Colors of #adbced

#adbced

Complementary Color

#adbced #eddead

#adbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbced Color CSS Codes

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

#adbced Text Font Color

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

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


#adbced Background Color

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

This div background color is #adbced


#adbced Border Color

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

This div border color is #adbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbced


Comments

No comments written yet.

Please login to write comment.