Color Hex Logo

#afdbc4 Color Hex

#AFDBC4
(175,219,196)
0 Favorites   0 Comments

Color spaces of #afdbc4

RGB 175219196
HSL0.410.380.77
HSV149°20°86°
CMYK 0.200.000.11   0.14
XYZ52.974563.762561.7399
Yxy63.76250.29680.3573
Hunter Lab79.8514-21.320710.0539
CIE-Lab83.8420-18.87576.6030

#afdbc4 color RGB value is (175,219,196).

#afdbc4 hex color red value is 175, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #afdbc4 hue: 0.41 , saturation: 0.38 and the lightness value of afdbc4 is 0.77.

The process color (four color CMYK) of #afdbc4 color hex is 0.20, 0.00, 0.11, 0.14. Web safe color of #afdbc4 is #99cccc. Color #afdbc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11000100
Octal 257 333 304
Decimal 175 219 196
Hex AF DB C4

RGB Percentages of Color #afdbc4

%29.66
%37.12
%33.22

CMYK Percentages of Color #afdbc4

%20
%0
%11
%14

Triadic Colors of #afdbc4

#afdbc4 #c4afdb #dbc4af

Analogous Colors of #afdbc4

#afdbc4 #afdbda #b0dbaf

Monochromatic Colors of #afdbc4

#afdbc4

Complementary Color

#afdbc4 #dbafc6

#afdbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbc4 Color CSS Codes

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

#afdbc4 Text Font Color

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

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


#afdbc4 Background Color

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

This div background color is #afdbc4


#afdbc4 Border Color

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

This div border color is #afdbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbc4

#afdbc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.