Color Hex Logo

#accbee Color Hex

#ACCBEE
(172,203,238)
0 Favorites   0 Comments

Color spaces of #accbee

RGB 172203238
HSL0.590.660.80
HSV212°28°93°
CMYK 0.280.150.00   0.07
XYZ53.801857.655689.1819
Yxy57.65560.26820.2874
Hunter Lab75.9313-6.4020-16.4847
CIE-Lab80.5469-2.5421-20.6664

#accbee color RGB value is (172,203,238).

#accbee hex color red value is 172, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #accbee hue: 0.59 , saturation: 0.66 and the lightness value of accbee is 0.80.

The process color (four color CMYK) of #accbee color hex is 0.28, 0.15, 0.00, 0.07. Web safe color of #accbee is #99ccff. Color #accbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11101110
Octal 254 313 356
Decimal 172 203 238
Hex AC CB EE

RGB Percentages of Color #accbee

%28.06
%33.12
%38.83

CMYK Percentages of Color #accbee

%28
%15
%0
%7

Triadic Colors of #accbee

#accbee #eeaccb #cbeeac

Analogous Colors of #accbee

#accbee #aeacee #acecee

Monochromatic Colors of #accbee

#accbee

Complementary Color

#accbee #eecfac

#accbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbee Color CSS Codes

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

#accbee Text Font Color

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

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


#accbee Background Color

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

This div background color is #accbee


#accbee Border Color

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

This div border color is #accbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbee


Comments

No comments written yet.

Please login to write comment.