Color Hex Logo

#afcebd Color Hex

#AFCEBD
(175,206,189)
0 Favorites   0 Comments

Color spaces of #afcebd

RGB 175206189
HSL0.410.240.75
HSV147°15°81°
CMYK 0.150.000.08   0.19
XYZ48.935856.930756.5536
Yxy56.93070.30130.3505
Hunter Lab75.4524-16.27298.3773
CIE-Lab80.1406-13.65604.9927

#afcebd color RGB value is (175,206,189).

#afcebd hex color red value is 175, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afcebd hue: 0.41 , saturation: 0.24 and the lightness value of afcebd is 0.75.

The process color (four color CMYK) of #afcebd color hex is 0.15, 0.00, 0.08, 0.19. Web safe color of #afcebd is #99cccc. Color #afcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10111101
Octal 257 316 275
Decimal 175 206 189
Hex AF CE BD

RGB Percentages of Color #afcebd

%30.70
%36.14
%33.16

CMYK Percentages of Color #afcebd

%15
%0
%8
%19

Triadic Colors of #afcebd

#afcebd #bdafce #cebdaf

Analogous Colors of #afcebd

#afcebd #afcecd #b1ceaf

Monochromatic Colors of #afcebd

#afcebd

Complementary Color

#afcebd #ceafc0

#afcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcebd Color CSS Codes

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

#afcebd Text Font Color

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

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


#afcebd Background Color

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

This div background color is #afcebd


#afcebd Border Color

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

This div border color is #afcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcebd


Comments

No comments written yet.

Please login to write comment.