Color Hex Logo

#abdaf7 Color Hex

#ABDAF7
(171,218,247)
0 Favorites   0 Comments

Color spaces of #abdaf7

RGB 171218247
HSL0.560.830.82
HSV203°31°97°
CMYK 0.310.120.00   0.03
XYZ58.654565.516197.5501
Yxy65.51610.26450.2955
Hunter Lab80.9420-12.2988-14.7960
CIE-Lab84.7490-8.5753-19.1003

#abdaf7 color RGB value is (171,218,247).

#abdaf7 hex color red value is 171, green value is 218 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #abdaf7 hue: 0.56 , saturation: 0.83 and the lightness value of abdaf7 is 0.82.

The process color (four color CMYK) of #abdaf7 color hex is 0.31, 0.12, 0.00, 0.03. Web safe color of #abdaf7 is #99ccff. Color #abdaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11110111
Octal 253 332 367
Decimal 171 218 247
Hex AB DA F7

RGB Percentages of Color #abdaf7

%26.89
%34.28
%38.84

CMYK Percentages of Color #abdaf7

%31
%12
%0
%3

Triadic Colors of #abdaf7

#abdaf7 #f7abda #daf7ab

Analogous Colors of #abdaf7

#abdaf7 #abb4f7 #abf7ee

Monochromatic Colors of #abdaf7

#abdaf7

Complementary Color

#abdaf7 #f7c8ab

#abdaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaf7 Color CSS Codes

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

#abdaf7 Text Font Color

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

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


#abdaf7 Background Color

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

This div background color is #abdaf7


#abdaf7 Border Color

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

This div border color is #abdaf7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,218,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abdaf7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abdaf7;
  -webkit-box-shadow: 1px 1px 3px 2px #abdaf7;
  box-shadow:         1px 1px 3px 2px #abdaf7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,218,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaf7


Comments

No comments written yet.

Please login to write comment.