Color Hex Logo

#afcbe1 Color Hex

#AFCBE1
(175,203,225)
1 Favorites   0 Comments

Color spaces of #afcbe1

RGB 175203225
HSL0.570.450.78
HSV206°22°88°
CMYK 0.220.100.00   0.12
XYZ52.625757.262179.5132
Yxy57.26210.27790.3023
Hunter Lab75.6717-8.2882-9.3296
CIE-Lab80.3268-4.6292-14.0232

#afcbe1 color RGB value is (175,203,225).

#afcbe1 hex color red value is 175, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #afcbe1 hue: 0.57 , saturation: 0.45 and the lightness value of afcbe1 is 0.78.

The process color (four color CMYK) of #afcbe1 color hex is 0.22, 0.10, 0.00, 0.12. Web safe color of #afcbe1 is #99cccc. Color #afcbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11100001
Octal 257 313 341
Decimal 175 203 225
Hex AF CB E1

RGB Percentages of Color #afcbe1

%29.02
%33.67
%37.31

CMYK Percentages of Color #afcbe1

%22
%10
%0
%12

Triadic Colors of #afcbe1

#afcbe1 #e1afcb #cbe1af

Analogous Colors of #afcbe1

#afcbe1 #afb2e1 #afe1de

Monochromatic Colors of #afcbe1

#afcbe1

Complementary Color

#afcbe1 #e1c5af

#afcbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbe1 Color CSS Codes

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

#afcbe1 Text Font Color

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

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


#afcbe1 Background Color

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

This div background color is #afcbe1


#afcbe1 Border Color

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

This div border color is #afcbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbe1

#afcbe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.