Color Hex Logo

#adbcfd Color Hex

#ADBCFD
(173,188,253)
0 Favorites   0 Comments

Color spaces of #adbcfd

RGB 173188253
HSL0.640.950.84
HSV229°32°99°
CMYK 0.320.260.00   0.01
XYZ52.946451.9425100.1638
Yxy51.94250.25820.2533
Hunter Lab72.07115.0089-31.9509
CIE-Lab77.24649.4805-33.7425

#adbcfd color RGB value is (173,188,253).

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

The process color (four color CMYK) of #adbcfd color hex is 0.32, 0.26, 0.00, 0.01. Web safe color of #adbcfd is #99ccff. Color #adbcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11111101
Octal 255 274 375
Decimal 173 188 253
Hex AD BC FD

RGB Percentages of Color #adbcfd

%28.18
%30.62
%41.21

CMYK Percentages of Color #adbcfd

%32
%26
%0
%1

Triadic Colors of #adbcfd

#adbcfd #fdadbc #bcfdad

Analogous Colors of #adbcfd

#adbcfd #c6adfd #ade4fd

Monochromatic Colors of #adbcfd

#adbcfd

Complementary Color

#adbcfd #fdeead

#adbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcfd Color CSS Codes

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

#adbcfd Text Font Color

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

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


#adbcfd Background Color

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

This div background color is #adbcfd


#adbcfd Border Color

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

This div border color is #adbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.