Color Hex Logo

#accfbb Color Hex

#ACCFBB
(172,207,187)
0 Favorites   0 Comments

Color spaces of #accfbb

RGB 172207187
HSL0.400.270.74
HSV146°17°81°
CMYK 0.170.000.10   0.19
XYZ48.295756.984255.4673
Yxy56.98420.30040.3545
Hunter Lab75.4879-17.90299.2762
CIE-Lab80.1707-15.54076.0806

#accfbb color RGB value is (172,207,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10111011
Octal 254 317 273
Decimal 172 207 187
Hex AC CF BB

RGB Percentages of Color #accfbb

%30.39
%36.57
%33.04

CMYK Percentages of Color #accfbb

%17
%0
%10
%19

Triadic Colors of #accfbb

#accfbb #bbaccf #cfbbac

Analogous Colors of #accfbb

#accfbb #accfcd #afcfac

Monochromatic Colors of #accfbb

#accfbb

Complementary Color

#accfbb #cfacc0

#accfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfbb Color CSS Codes

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

#accfbb Text Font Color

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

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


#accfbb Background Color

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

This div background color is #accfbb


#accfbb Border Color

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

This div border color is #accfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfbb


Comments

No comments written yet.

Please login to write comment.