Color Hex Logo

#afcbd5 Color Hex

#AFCBD5
(175,203,213)
0 Favorites   0 Comments

Color spaces of #afcbd5

RGB 175203213
HSL0.540.310.76
HSV196°18°84°
CMYK 0.180.050.00   0.16
XYZ51.045456.629971.1911
Yxy56.62990.28540.3166
Hunter Lab75.2528-10.6126-3.4129
CIE-Lab79.9710-7.2471-8.1203

#afcbd5 color RGB value is (175,203,213).

#afcbd5 hex color red value is 175, green value is 203 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #afcbd5 hue: 0.54 , saturation: 0.31 and the lightness value of afcbd5 is 0.76.

The process color (four color CMYK) of #afcbd5 color hex is 0.18, 0.05, 0.00, 0.16. Web safe color of #afcbd5 is #99cccc. Color #afcbd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11010101
Octal 257 313 325
Decimal 175 203 213
Hex AF CB D5

RGB Percentages of Color #afcbd5

%29.61
%34.35
%36.04

CMYK Percentages of Color #afcbd5

%18
%5
%0
%16

Triadic Colors of #afcbd5

#afcbd5 #d5afcb #cbd5af

Analogous Colors of #afcbd5

#afcbd5 #afb8d5 #afd5cc

Monochromatic Colors of #afcbd5

#afcbd5

Complementary Color

#afcbd5 #d5b9af

#afcbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbd5 Color CSS Codes

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

#afcbd5 Text Font Color

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

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


#afcbd5 Background Color

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

This div background color is #afcbd5


#afcbd5 Border Color

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

This div border color is #afcbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbd5

#afcbd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.