Color Hex Logo

#afcbda Color Hex

#AFCBDA
(175,203,218)
0 Favorites   0 Comments

Color spaces of #afcbda

RGB 175203218
HSL0.560.370.77
HSV201°20°85°
CMYK 0.200.070.00   0.15
XYZ51.690056.887874.5858
Yxy56.88780.28220.3106
Hunter Lab75.4240-9.6614-5.8343
CIE-Lab80.1164-6.1705-10.5859

#afcbda color RGB value is (175,203,218).

#afcbda hex color red value is 175, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afcbda hue: 0.56 , saturation: 0.37 and the lightness value of afcbda is 0.77.

The process color (four color CMYK) of #afcbda color hex is 0.20, 0.07, 0.00, 0.15. Web safe color of #afcbda is #99cccc. Color #afcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11011010
Octal 257 313 332
Decimal 175 203 218
Hex AF CB DA

RGB Percentages of Color #afcbda

%29.36
%34.06
%36.58

CMYK Percentages of Color #afcbda

%20
%7
%0
%15

Triadic Colors of #afcbda

#afcbda #daafcb #cbdaaf

Analogous Colors of #afcbda

#afcbda #afb6da #afdad4

Monochromatic Colors of #afcbda

#afcbda

Complementary Color

#afcbda #dabeaf

#afcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbda Color CSS Codes

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

#afcbda Text Font Color

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

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


#afcbda Background Color

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

This div background color is #afcbda


#afcbda Border Color

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

This div border color is #afcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbda


Comments

No comments written yet.

Please login to write comment.