Color Hex Logo

#adbeca Color Hex

#ADBECA
(173,190,202)
0 Favorites   0 Comments

Color spaces of #adbeca

RGB 173190202
HSL0.570.210.74
HSV205°14°79°
CMYK 0.140.060.00   0.21
XYZ46.307749.975463.0827
Yxy49.97540.29060.3136
Hunter Lab70.6933-6.7866-3.4218
CIE-Lab76.0542-3.3484-8.0158

#adbeca color RGB value is (173,190,202).

#adbeca hex color red value is 173, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adbeca hue: 0.57 , saturation: 0.21 and the lightness value of adbeca is 0.74.

The process color (four color CMYK) of #adbeca color hex is 0.14, 0.06, 0.00, 0.21. Web safe color of #adbeca is #99cccc. Color #adbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11001010
Octal 255 276 312
Decimal 173 190 202
Hex AD BE CA

RGB Percentages of Color #adbeca

%30.62
%33.63
%35.75

CMYK Percentages of Color #adbeca

%14
%6
%0
%21

Triadic Colors of #adbeca

#adbeca #caadbe #becaad

Analogous Colors of #adbeca

#adbeca #adb0ca #adcac8

Monochromatic Colors of #adbeca

#adbeca

Complementary Color

#adbeca #cab9ad

#adbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeca Color CSS Codes

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

#adbeca Text Font Color

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

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


#adbeca Background Color

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

This div background color is #adbeca


#adbeca Border Color

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

This div border color is #adbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeca


Comments

No comments written yet.

Please login to write comment.