Color Hex Logo

#accfb5 Color Hex

#ACCFB5
(172,207,181)
0 Favorites   0 Comments

Color spaces of #accfb5

RGB 172207181
HSL0.380.270.74
HSV135°17°81°
CMYK 0.170.000.13   0.19
XYZ47.666656.732552.1542
Yxy56.73250.30450.3624
Hunter Lab75.3210-18.848711.6708
CIE-Lab80.0289-16.66959.0819

#accfb5 color RGB value is (172,207,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10110101
Octal 254 317 265
Decimal 172 207 181
Hex AC CF B5

RGB Percentages of Color #accfb5

%30.71
%36.96
%32.32

CMYK Percentages of Color #accfb5

%17
%0
%13
%19

Triadic Colors of #accfb5

#accfb5 #b5accf #cfb5ac

Analogous Colors of #accfb5

#accfb5 #accfc7 #b5cfac

Monochromatic Colors of #accfb5

#accfb5

Complementary Color

#accfb5 #cfacc6

#accfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfb5 Color CSS Codes

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

#accfb5 Text Font Color

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

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


#accfb5 Background Color

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

This div background color is #accfb5


#accfb5 Border Color

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

This div border color is #accfb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,207,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfb5


Comments

No comments written yet.

Please login to write comment.