Color Hex Logo

#acedfb Color Hex

#ACEDFB
(172,237,251)
0 Favorites   0 Comments

Color spaces of #acedfb

RGB 172237251
HSL0.530.910.83
HSV191°31°98°
CMYK 0.310.060.00   0.02
XYZ64.710076.3041102.5844
Yxy76.30410.26560.3132
Hunter Lab87.3522-20.6347-8.4822
CIE-Lab90.0003-17.0382-13.3074

#acedfb color RGB value is (172,237,251).

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

The process color (four color CMYK) of #acedfb color hex is 0.31, 0.06, 0.00, 0.02. Web safe color of #acedfb is #99ffff. Color #acedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11111011
Octal 254 355 373
Decimal 172 237 251
Hex AC ED FB

RGB Percentages of Color #acedfb

%26.06
%35.91
%38.03

CMYK Percentages of Color #acedfb

%31
%6
%0
%2

Triadic Colors of #acedfb

#acedfb #fbaced #edfbac

Analogous Colors of #acedfb

#acedfb #acc6fb #acfbe2

Monochromatic Colors of #acedfb

#acedfb

Complementary Color

#acedfb #fbbaac

#acedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedfb Color CSS Codes

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

#acedfb Text Font Color

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

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


#acedfb Background Color

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

This div background color is #acedfb


#acedfb Border Color

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

This div border color is #acedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedfb


Comments

No comments written yet.

Please login to write comment.