Color Hex Logo

#afcbd7 Color Hex

#AFCBD7
(175,203,215)
0 Favorites   0 Comments

Color spaces of #afcbd7

RGB 175203215
HSL0.550.330.76
HSV198°19°84°
CMYK 0.190.060.00   0.16
XYZ51.300956.732172.5365
Yxy56.73210.28410.3142
Hunter Lab75.3207-10.2350-4.3739
CIE-Lab80.0287-6.8188-9.1075

#afcbd7 color RGB value is (175,203,215).

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

The process color (four color CMYK) of #afcbd7 color hex is 0.19, 0.06, 0.00, 0.16. Web safe color of #afcbd7 is #99cccc. Color #afcbd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11010111
Octal 257 313 327
Decimal 175 203 215
Hex AF CB D7

RGB Percentages of Color #afcbd7

%29.51
%34.23
%36.26

CMYK Percentages of Color #afcbd7

%19
%6
%0
%16

Triadic Colors of #afcbd7

#afcbd7 #d7afcb #cbd7af

Analogous Colors of #afcbd7

#afcbd7 #afb7d7 #afd7cf

Monochromatic Colors of #afcbd7

#afcbd7

Complementary Color

#afcbd7 #d7bbaf

#afcbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbd7 Color CSS Codes

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

#afcbd7 Text Font Color

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

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


#afcbd7 Background Color

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

This div background color is #afcbd7


#afcbd7 Border Color

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

This div border color is #afcbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbd7


Comments

No comments written yet.

Please login to write comment.