Color Hex Logo

#accfce Color Hex

#ACCFCE
(172,207,206)
0 Favorites   0 Comments

Color spaces of #accfce

RGB 172207206
HSL0.500.270.74
HSV178°17°81°
CMYK 0.170.000.00   0.19
XYZ50.466757.852566.8993
Yxy57.85250.28800.3302
Hunter Lab76.0608-14.67091.0941
CIE-Lab80.6567-11.7445-3.3772

#accfce color RGB value is (172,207,206).

#accfce hex color red value is 172, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #accfce hue: 0.50 , saturation: 0.27 and the lightness value of accfce is 0.74.

The process color (four color CMYK) of #accfce color hex is 0.17, 0.00, 0.00, 0.19. Web safe color of #accfce is #99cccc. Color #accfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11001110
Octal 254 317 316
Decimal 172 207 206
Hex AC CF CE

RGB Percentages of Color #accfce

%29.40
%35.38
%35.21

CMYK Percentages of Color #accfce

%17
%0
%0
%19

Triadic Colors of #accfce

#accfce #ceaccf #cfceac

Analogous Colors of #accfce

#accfce #acbfcf #accfbd

Monochromatic Colors of #accfce

#accfce

Complementary Color

#accfce #cfacad

#accfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfce Color CSS Codes

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

#accfce Text Font Color

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

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


#accfce Background Color

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

This div background color is #accfce


#accfce Border Color

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

This div border color is #accfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfce


Comments

No comments written yet.

Please login to write comment.