color codes Logo

#adbffd color codes

#ADBFFD
(173,191,253)
0 Favorites   0 Comments

Color spaces of #adbffd

RGB 173191253
HSL0.630.950.84
HSV227°32°99°
CMYK 0.320.250.00   0.01
XYZ53.594053.2377100.3797
Yxy53.23770.25860.2569
Hunter Lab72.96423.4254-30.4927
CIE-Lab78.01517.8377-32.5568

#adbffd color RGB value is (173,191,253).

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

The process color (four color CMYK) of #adbffd color code is 0.32, 0.25, 0.00, 0.01. Web safe color of #adbffd is #99ccff. Color #adbffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11111101
Octal 255 277 375
Decimal 173 191 253
Hex AD BF FD

RGB Percentages of Color #adbffd

%28.04
%30.96
%41.00

CMYK Percentages of Color #adbffd

%32
%25
%0
%1

Triadic Colors of #adbffd

#adbffd #fdadbf #bffdad

Analogous Colors of #adbffd

#adbffd #c3adfd #ade7fd

Monochromatic Colors of #adbffd

#adbffd

Complementary Color

#adbffd #fdebad

#adbffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbffd Color CSS Codes

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

#adbffd Text Font Color

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

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


#adbffd Background Color

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

This div background color is #adbffd


#adbffd Border Color

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

This div border color is #adbffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,191,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 #adbffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbffd

Related Colors


Comments

No comments written yet.

Please login to write comment.