Color Hex Logo

#afcefb Color Hex

#AFCEFB
(175,206,251)
0 Favorites   0 Comments

Color spaces of #afcefb

RGB 175206251
HSL0.600.900.84
HSV216°30°98°
CMYK 0.300.180.00   0.02
XYZ57.163160.221699.8779
Yxy60.22160.26310.2772
Hunter Lab77.6026-4.3190-21.9870
CIE-Lab81.9585-0.1863-25.4330

#afcefb color RGB value is (175,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11111011
Octal 257 316 373
Decimal 175 206 251
Hex AF CE FB

RGB Percentages of Color #afcefb

%27.69
%32.59
%39.72

CMYK Percentages of Color #afcefb

%30
%18
%0
%2

Triadic Colors of #afcefb

#afcefb #fbafce #cefbaf

Analogous Colors of #afcefb

#afcefb #b6affb #aff4fb

Monochromatic Colors of #afcefb

#afcefb

Complementary Color

#afcefb #fbdcaf

#afcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcefb Color CSS Codes

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

#afcefb Text Font Color

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

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


#afcefb Background Color

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

This div background color is #afcefb


#afcefb Border Color

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

This div border color is #afcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcefb


Comments

No comments written yet.

Please login to write comment.