Color Hex Logo

#afcbf2 Color Hex

#AFCBF2
(175,203,242)
0 Favorites   0 Comments

Color spaces of #afcbf2

RGB 175203242
HSL0.600.720.82
HSV215°28°95°
CMYK 0.280.160.00   0.05
XYZ55.062158.236692.3431
Yxy58.23660.26780.2832
Hunter Lab76.3129-4.7544-18.3253
CIE-Lab80.8702-0.7306-22.2945

#afcbf2 color RGB value is (175,203,242).

#afcbf2 hex color red value is 175, green value is 203 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #afcbf2 hue: 0.60 , saturation: 0.72 and the lightness value of afcbf2 is 0.82.

The process color (four color CMYK) of #afcbf2 color hex is 0.28, 0.16, 0.00, 0.05. Web safe color of #afcbf2 is #99ccff. Color #afcbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11110010
Octal 257 313 362
Decimal 175 203 242
Hex AF CB F2

RGB Percentages of Color #afcbf2

%28.23
%32.74
%39.03

CMYK Percentages of Color #afcbf2

%28
%16
%0
%5

Triadic Colors of #afcbf2

#afcbf2 #f2afcb #cbf2af

Analogous Colors of #afcbf2

#afcbf2 #b5aff2 #afedf2

Monochromatic Colors of #afcbf2

#afcbf2

Complementary Color

#afcbf2 #f2d6af

#afcbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbf2 Color CSS Codes

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

#afcbf2 Text Font Color

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

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


#afcbf2 Background Color

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

This div background color is #afcbf2


#afcbf2 Border Color

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

This div border color is #afcbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbf2


Comments

No comments written yet.

Please login to write comment.