Color Hex Logo

#adcafb Color Hex

#ADCAFB
(173,202,251)
0 Favorites   0 Comments

Color spaces of #adcafb

RGB 173202251
HSL0.600.910.83
HSV218°31°98°
CMYK 0.310.200.00   0.02
XYZ55.766758.090399.5401
Yxy58.09030.26130.2722
Hunter Lab76.2170-2.7743-24.0814
CIE-Lab80.78901.3897-27.2301

#adcafb color RGB value is (173,202,251).

#adcafb hex color red value is 173, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #adcafb hue: 0.60 , saturation: 0.91 and the lightness value of adcafb is 0.83.

The process color (four color CMYK) of #adcafb color hex is 0.31, 0.20, 0.00, 0.02. Web safe color of #adcafb is #99ccff. Color #adcafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11111011
Octal 255 312 373
Decimal 173 202 251
Hex AD CA FB

RGB Percentages of Color #adcafb

%27.64
%32.27
%40.10

CMYK Percentages of Color #adcafb

%31
%20
%0
%2

Triadic Colors of #adcafb

#adcafb #fbadca #cafbad

Analogous Colors of #adcafb

#adcafb #b7adfb #adf1fb

Monochromatic Colors of #adcafb

#adcafb

Complementary Color

#adcafb #fbdead

#adcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcafb Color CSS Codes

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

#adcafb Text Font Color

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

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


#adcafb Background Color

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

This div background color is #adcafb


#adcafb Border Color

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

This div border color is #adcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcafb


Comments

No comments written yet.

Please login to write comment.