Color Hex Logo

#afcafb Color Hex

#AFCAFB
(175,202,251)
0 Favorites   0 Comments

Color spaces of #afcafb

RGB 175202251
HSL0.610.900.84
HSV219°30°98°
CMYK 0.300.200.00   0.02
XYZ56.212358.320199.5610
Yxy58.32010.26260.2724
Hunter Lab76.3676-2.2539-23.8395
CIE-Lab80.91641.9523-27.0239

#afcafb color RGB value is (175,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11111011
Octal 257 312 373
Decimal 175 202 251
Hex AF CA FB

RGB Percentages of Color #afcafb

%27.87
%32.17
%39.97

CMYK Percentages of Color #afcafb

%30
%20
%0
%2

Triadic Colors of #afcafb

#afcafb #fbafca #cafbaf

Analogous Colors of #afcafb

#afcafb #baaffb #aff0fb

Monochromatic Colors of #afcafb

#afcafb

Complementary Color

#afcafb #fbe0af

#afcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcafb Color CSS Codes

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

#afcafb Text Font Color

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

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


#afcafb Background Color

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

This div background color is #afcafb


#afcafb Border Color

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

This div border color is #afcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcafb

Related Colors


Comments

No comments written yet.

Please login to write comment.