Color Hex Logo

#afdbc8 Color Hex

#AFDBC8
(175,219,200)
0 Favorites   0 Comments

Color spaces of #afdbc8

RGB 175219200
HSL0.430.380.77
HSV154°20°86°
CMYK 0.200.000.09   0.14
XYZ53.436063.947164.1702
Yxy63.94710.29430.3522
Hunter Lab79.9669-20.66378.3990
CIE-Lab83.9382-18.09924.6248

#afdbc8 color RGB value is (175,219,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11001000
Octal 257 333 310
Decimal 175 219 200
Hex AF DB C8

RGB Percentages of Color #afdbc8

%29.46
%36.87
%33.67

CMYK Percentages of Color #afdbc8

%20
%0
%9
%14

Triadic Colors of #afdbc8

#afdbc8 #c8afdb #dbc8af

Analogous Colors of #afdbc8

#afdbc8 #afd8db #afdbb2

Monochromatic Colors of #afdbc8

#afdbc8

Complementary Color

#afdbc8 #dbafc2

#afdbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbc8 Color CSS Codes

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

#afdbc8 Text Font Color

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

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


#afdbc8 Background Color

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

This div background color is #afdbc8


#afdbc8 Border Color

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

This div border color is #afdbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbc8

#afdbc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.