Color Hex Logo

#afdbca Color Hex

#AFDBCA
(175,219,202)
0 Favorites   0 Comments

Color spaces of #afdbca

RGB 175219202
HSL0.440.380.77
HSV157°20°86°
CMYK 0.200.000.08   0.14
XYZ53.671464.041365.4095
Yxy64.04130.29310.3497
Hunter Lab80.0258-20.32957.5571
CIE-Lab83.9873-17.70553.6367

#afdbca color RGB value is (175,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11001010
Octal 257 333 312
Decimal 175 219 202
Hex AF DB CA

RGB Percentages of Color #afdbca

%29.36
%36.74
%33.89

CMYK Percentages of Color #afdbca

%20
%0
%8
%14

Triadic Colors of #afdbca

#afdbca #caafdb #dbcaaf

Analogous Colors of #afdbca

#afdbca #afd6db #afdbb4

Monochromatic Colors of #afdbca

#afdbca

Complementary Color

#afdbca #dbafc0

#afdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbca Color CSS Codes

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

#afdbca Text Font Color

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

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


#afdbca Background Color

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

This div background color is #afdbca


#afdbca Border Color

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

This div border color is #afdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbca

#afdbca Color Palettes


Comments

No comments written yet.

Please login to write comment.