Color Hex Logo

#accbbe Color Hex

#ACCBBE
(172,203,190)
0 Favorites   0 Comments

Color spaces of #accbbe

RGB 172203190
HSL0.430.230.74
HSV155°15°80°
CMYK 0.150.000.06   0.20
XYZ47.663555.200256.8578
Yxy55.20020.29840.3456
Hunter Lab74.2968-15.50676.6344
CIE-Lab79.1564-12.91753.0082

#accbbe color RGB value is (172,203,190).

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

The process color (four color CMYK) of #accbbe color hex is 0.15, 0.00, 0.06, 0.20. Web safe color of #accbbe is #99cccc. Color #accbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10111110
Octal 254 313 276
Decimal 172 203 190
Hex AC CB BE

RGB Percentages of Color #accbbe

%30.44
%35.93
%33.63

CMYK Percentages of Color #accbbe

%15
%0
%6
%20

Triadic Colors of #accbbe

#accbbe #beaccb #cbbeac

Analogous Colors of #accbbe

#accbbe #acc9cb #accbaf

Monochromatic Colors of #accbbe

#accbbe

Complementary Color

#accbbe #cbacb9

#accbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbbe Color CSS Codes

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

#accbbe Text Font Color

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

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


#accbbe Background Color

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

This div background color is #accbbe


#accbbe Border Color

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

This div border color is #accbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbbe


Comments

No comments written yet.

Please login to write comment.