Color Hex Logo

#afccce Color Hex

#AFCCCE
(175,204,206)
0 Favorites   0 Comments

Color spaces of #afccce

RGB 175204206
HSL0.510.240.75
HSV184°15°81°
CMYK 0.150.010.00   0.19
XYZ50.412656.755966.6905
Yxy56.75590.29000.3264
Hunter Lab75.3365-12.39280.2500
CIE-Lab80.0421-9.2401-4.2598

#afccce color RGB value is (175,204,206).

#afccce hex color red value is 175, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afccce hue: 0.51 , saturation: 0.24 and the lightness value of afccce is 0.75.

The process color (four color CMYK) of #afccce color hex is 0.15, 0.01, 0.00, 0.19. Web safe color of #afccce is #99cccc. Color #afccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11001110
Octal 257 314 316
Decimal 175 204 206
Hex AF CC CE

RGB Percentages of Color #afccce

%29.91
%34.87
%35.21

CMYK Percentages of Color #afccce

%15
%1
%0
%19

Triadic Colors of #afccce

#afccce #ceafcc #ccceaf

Analogous Colors of #afccce

#afccce #afbdce #afcec1

Monochromatic Colors of #afccce

#afccce

Complementary Color

#afccce #ceb1af

#afccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccce Color CSS Codes

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

#afccce Text Font Color

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

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


#afccce Background Color

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

This div background color is #afccce


#afccce Border Color

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

This div border color is #afccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccce


Comments

No comments written yet.

Please login to write comment.