Color Hex Logo

#afdbff Color Hex

#AFDBFF
(175,219,255)
0 Favorites   0 Comments

Color spaces of #afdbff

RGB 175219255
HSL0.581.000.84
HSV207°31°100°
CMYK 0.310.140.00   0.00
XYZ61.060766.9970104.3212
Yxy66.99700.26280.2883
Hunter Lab81.8517-10.0809-18.2698
CIE-Lab85.5024-6.0797-22.1628

#afdbff color RGB value is (175,219,255).

#afdbff hex color red value is 175, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afdbff hue: 0.58 , saturation: 1.00 and the lightness value of afdbff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11111111
Octal 257 333 377
Decimal 175 219 255
Hex AF DB FF

RGB Percentages of Color #afdbff

%26.96
%33.74
%39.29

CMYK Percentages of Color #afdbff

%31
%14
%0
%0

Triadic Colors of #afdbff

#afdbff #ffafdb #dbffaf

Analogous Colors of #afdbff

#afdbff #afb3ff #affffb

Monochromatic Colors of #afdbff

#afdbff

Complementary Color

#afdbff #ffd3af

#afdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbff Color CSS Codes

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

#afdbff Text Font Color

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

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


#afdbff Background Color

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

This div background color is #afdbff


#afdbff Border Color

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

This div border color is #afdbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,219,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdbff;
  -webkit-box-shadow: 1px 1px 3px 2px #afdbff;
  box-shadow:         1px 1px 3px 2px #afdbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,219,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbff

Related Colors


Comments

No comments written yet.

Please login to write comment.