Color Hex Logo

#acbfee Color Hex

#ACBFEE
(172,191,238)
0 Favorites   0 Comments

Color spaces of #acbfee

RGB 172191238
HSL0.620.660.80
HSV223°28°93°
CMYK 0.280.200.00   0.07
XYZ51.076752.205388.2735
Yxy52.20530.26660.2725
Hunter Lab72.2532-0.2593-21.8587
CIE-Lab77.40343.9030-25.4487

#acbfee color RGB value is (172,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11101110
Octal 254 277 356
Decimal 172 191 238
Hex AC BF EE

RGB Percentages of Color #acbfee

%28.62
%31.78
%39.60

CMYK Percentages of Color #acbfee

%28
%20
%0
%7

Triadic Colors of #acbfee

#acbfee #eeacbf #bfeeac

Analogous Colors of #acbfee

#acbfee #baacee #ace0ee

Monochromatic Colors of #acbfee

#acbfee

Complementary Color

#acbfee #eedbac

#acbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfee Color CSS Codes

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

#acbfee Text Font Color

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

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


#acbfee Background Color

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

This div background color is #acbfee


#acbfee Border Color

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

This div border color is #acbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfee


Comments

No comments written yet.

Please login to write comment.