Color Hex Logo

#acebee Color Hex

#ACEBEE
(172,235,238)
0 Favorites   0 Comments

Color spaces of #acebee

RGB 172235238
HSL0.510.660.80
HSV183°28°93°
CMYK 0.280.010.00   0.07
XYZ62.154274.360491.9660
Yxy74.36040.27200.3255
Hunter Lab86.2325-22.2485-2.8694
CIE-Lab89.0925-18.9941-7.8599

#acebee color RGB value is (172,235,238).

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

The process color (four color CMYK) of #acebee color hex is 0.28, 0.01, 0.00, 0.07. Web safe color of #acebee is #99ffff. Color #acebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11101110
Octal 254 353 356
Decimal 172 235 238
Hex AC EB EE

RGB Percentages of Color #acebee

%26.67
%36.43
%36.90

CMYK Percentages of Color #acebee

%28
%1
%0
%7

Triadic Colors of #acebee

#acebee #eeaceb #ebeeac

Analogous Colors of #acebee

#acebee #accaee #aceed0

Monochromatic Colors of #acebee

#acebee

Complementary Color

#acebee #eeafac

#acebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebee Color CSS Codes

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

#acebee Text Font Color

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

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


#acebee Background Color

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

This div background color is #acebee


#acebee Border Color

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

This div border color is #acebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebee


Comments

No comments written yet.

Please login to write comment.