Color Hex Logo

#accebe Color Hex

#ACCEBE
(172,206,190)
0 Favorites   0 Comments

Color spaces of #accebe

RGB 172206190
HSL0.420.260.74
HSV152°17°81°
CMYK 0.170.000.08   0.19
XYZ48.378856.631057.0962
Yxy56.63100.29840.3493
Hunter Lab75.2536-16.94027.6931
CIE-Lab79.9716-14.45384.1888

#accebe color RGB value is (172,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10111110
Octal 254 316 276
Decimal 172 206 190
Hex AC CE BE

RGB Percentages of Color #accebe

%30.28
%36.27
%33.45

CMYK Percentages of Color #accebe

%17
%0
%8
%19

Triadic Colors of #accebe

#accebe #beacce #cebeac

Analogous Colors of #accebe

#accebe #accdce #accead

Monochromatic Colors of #accebe

#accebe

Complementary Color

#accebe #ceacbc

#accebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accebe Color CSS Codes

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

#accebe Text Font Color

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

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


#accebe Background Color

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

This div background color is #accebe


#accebe Border Color

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

This div border color is #accebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accebe


Comments

No comments written yet.

Please login to write comment.