Color Hex Logo

#afbdca Color Hex

#AFBDCA
(175,189,202)
0 Favorites   0 Comments

Color spaces of #afbdca

RGB 175189202
HSL0.580.200.74
HSV209°13°79°
CMYK 0.130.060.00   0.21
XYZ46.537549.773463.0316
Yxy49.77340.29210.3124
Hunter Lab70.5503-5.7179-3.5862
CIE-Lab75.9300-2.1634-8.1849

#afbdca color RGB value is (175,189,202).

#afbdca hex color red value is 175, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afbdca hue: 0.58 , saturation: 0.20 and the lightness value of afbdca is 0.74.

The process color (four color CMYK) of #afbdca color hex is 0.13, 0.06, 0.00, 0.21. Web safe color of #afbdca is #99cccc. Color #afbdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11001010
Octal 257 275 312
Decimal 175 189 202
Hex AF BD CA

RGB Percentages of Color #afbdca

%30.92
%33.39
%35.69

CMYK Percentages of Color #afbdca

%13
%6
%0
%21

Triadic Colors of #afbdca

#afbdca #caafbd #bdcaaf

Analogous Colors of #afbdca

#afbdca #afb0ca #afcaca

Monochromatic Colors of #afbdca

#afbdca

Complementary Color

#afbdca #cabcaf

#afbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdca Color CSS Codes

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

#afbdca Text Font Color

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

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


#afbdca Background Color

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

This div background color is #afbdca


#afbdca Border Color

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

This div border color is #afbdca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,189,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 #afbdca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdca


Comments

No comments written yet.

Please login to write comment.