Color Hex Logo

#adbecf Color Hex

#ADBECF
(173,190,207)
1 Favorites   1 Comments

Color spaces of #adbecf

RGB 173190207
HSL0.580.260.75
HSV210°16°81°
CMYK 0.160.080.00   0.19
XYZ46.909550.216166.2518
Yxy50.21610.28710.3074
Hunter Lab70.8633-5.8489-5.8273
CIE-Lab76.2017-2.2874-10.5079

#adbecf color RGB value is (173,190,207).

#adbecf hex color red value is 173, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adbecf hue: 0.58 , saturation: 0.26 and the lightness value of adbecf is 0.75.

The process color (four color CMYK) of #adbecf color hex is 0.16, 0.08, 0.00, 0.19. Web safe color of #adbecf is #99cccc. Color #adbecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11001111
Octal 255 276 317
Decimal 173 190 207
Hex AD BE CF

RGB Percentages of Color #adbecf

%30.35
%33.33
%36.32

CMYK Percentages of Color #adbecf

%16
%8
%0
%19

Triadic Colors of #adbecf

#adbecf #cfadbe #becfad

Analogous Colors of #adbecf

#adbecf #adadcf #adcfcf

Monochromatic Colors of #adbecf

#adbecf

Complementary Color

#adbecf #cfbead

#adbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbecf Color CSS Codes

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

#adbecf Text Font Color

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

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


#adbecf Background Color

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

This div background color is #adbecf


#adbecf Border Color

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

This div border color is #adbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbecf

#adbecf Color Palettes


Comments

16 Apr 2020, 17:14 Cartlax

Alpha Beta Blue

Please login to write comment.