Color Hex Logo

#acfbee Color Hex

#ACFBEE
(172,251,238)
0 Favorites   0 Comments

Color spaces of #acfbee

RGB 172251238
HSL0.470.910.83
HSV170°31°98°
CMYK 0.310.000.05   0.02
XYZ66.943183.938193.5623
Yxy83.93810.27390.3434
Hunter Lab91.6177-29.90503.5840
CIE-Lab93.4236-26.7910-1.4801

#acfbee color RGB value is (172,251,238).

#acfbee hex color red value is 172, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acfbee hue: 0.47 , saturation: 0.91 and the lightness value of acfbee is 0.83.

The process color (four color CMYK) of #acfbee color hex is 0.31, 0.00, 0.05, 0.02. Web safe color of #acfbee is #99ffff. Color #acfbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 11101110
Octal 254 373 356
Decimal 172 251 238
Hex AC FB EE

RGB Percentages of Color #acfbee

%26.02
%37.97
%36.01

CMYK Percentages of Color #acfbee

%31
%0
%5
%2

Triadic Colors of #acfbee

#acfbee #eeacfb #fbeeac

Analogous Colors of #acfbee

#acfbee #ace1fb #acfbc7

Monochromatic Colors of #acfbee

#acfbee

Complementary Color

#acfbee #fbacb9

#acfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbee Color CSS Codes

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

#acfbee Text Font Color

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

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


#acfbee Background Color

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

This div background color is #acfbee


#acfbee Border Color

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

This div border color is #acfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbee


Comments

No comments written yet.

Please login to write comment.