Color Hex Logo

#afeafb Color Hex

#AFEAFB
(175,234,251)
0 Favorites   0 Comments

Color spaces of #afeafb

RGB 175234251
HSL0.540.900.84
HSV193°30°98°
CMYK 0.300.070.00   0.02
XYZ64.514674.9246102.3284
Yxy74.92460.26680.3099
Hunter Lab86.5590-18.4377-9.5002
CIE-Lab89.3577-14.7112-14.2523

#afeafb color RGB value is (175,234,251).

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

The process color (four color CMYK) of #afeafb color hex is 0.30, 0.07, 0.00, 0.02. Web safe color of #afeafb is #99ffff. Color #afeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11111011
Octal 257 352 373
Decimal 175 234 251
Hex AF EA FB

RGB Percentages of Color #afeafb

%26.52
%35.45
%38.03

CMYK Percentages of Color #afeafb

%30
%7
%0
%2

Triadic Colors of #afeafb

#afeafb #fbafea #eafbaf

Analogous Colors of #afeafb

#afeafb #afc4fb #affbe6

Monochromatic Colors of #afeafb

#afeafb

Complementary Color

#afeafb #fbc0af

#afeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeafb Color CSS Codes

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

#afeafb Text Font Color

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

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


#afeafb Background Color

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

This div background color is #afeafb


#afeafb Border Color

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

This div border color is #afeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeafb


Comments

No comments written yet.

Please login to write comment.