Color Hex Logo

#afdcfb Color Hex

#AFDCFB
(175,220,251)
0 Favorites   0 Comments

Color spaces of #afdcfb

RGB 175220251
HSL0.570.900.84
HSV204°30°98°
CMYK 0.300.120.00   0.02
XYZ60.685067.2654101.0519
Yxy67.26540.26500.2937
Hunter Lab82.0155-11.4512-15.6408
CIE-Lab85.6378-7.5498-19.8478

#afdcfb color RGB value is (175,220,251).

#afdcfb hex color red value is 175, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #afdcfb hue: 0.57 , saturation: 0.90 and the lightness value of afdcfb is 0.84.

The process color (four color CMYK) of #afdcfb color hex is 0.30, 0.12, 0.00, 0.02. Web safe color of #afdcfb is #99ccff. Color #afdcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11111011
Octal 257 334 373
Decimal 175 220 251
Hex AF DC FB

RGB Percentages of Color #afdcfb

%27.09
%34.06
%38.85

CMYK Percentages of Color #afdcfb

%30
%12
%0
%2

Triadic Colors of #afdcfb

#afdcfb #fbafdc #dcfbaf

Analogous Colors of #afdcfb

#afdcfb #afb6fb #affbf4

Monochromatic Colors of #afdcfb

#afdcfb

Complementary Color

#afdcfb #fbceaf

#afdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcfb Color CSS Codes

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

#afdcfb Text Font Color

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

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


#afdcfb Background Color

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

This div background color is #afdcfb


#afdcfb Border Color

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

This div border color is #afdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcfb


Comments

No comments written yet.

Please login to write comment.