Color Hex Logo

#adbcef Color Hex

#ADBCEF
(173,188,239)
0 Favorites   0 Comments

Color spaces of #adbcef

RGB 173188239
HSL0.630.670.81
HSV226°28°94°
CMYK 0.280.210.00   0.06
XYZ50.796851.082788.8440
Yxy51.08270.26630.2678
Hunter Lab71.47221.7875-23.6704
CIE-Lab76.72916.0658-27.0123

#adbcef color RGB value is (173,188,239).

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

The process color (four color CMYK) of #adbcef color hex is 0.28, 0.21, 0.00, 0.06. Web safe color of #adbcef is #99ccff. Color #adbcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11101111
Octal 255 274 357
Decimal 173 188 239
Hex AD BC EF

RGB Percentages of Color #adbcef

%28.83
%31.33
%39.83

CMYK Percentages of Color #adbcef

%28
%21
%0
%6

Triadic Colors of #adbcef

#adbcef #efadbc #bcefad

Analogous Colors of #adbcef

#adbcef #bfadef #adddef

Monochromatic Colors of #adbcef

#adbcef

Complementary Color

#adbcef #efe0ad

#adbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcef Color CSS Codes

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

#adbcef Text Font Color

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

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


#adbcef Background Color

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

This div background color is #adbcef


#adbcef Border Color

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

This div border color is #adbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcef


Comments

No comments written yet.

Please login to write comment.