Color Hex Logo

#acbeed Color Hex

#ACBEED
(172,190,237)
0 Favorites   0 Comments

Color spaces of #acbeed

RGB 172190237
HSL0.620.640.80
HSV223°27°93°
CMYK 0.270.200.00   0.07
XYZ50.712851.712087.4293
Yxy51.71200.26710.2724
Hunter Lab71.91110.0366-21.7469
CIE-Lab77.10834.2074-25.3611

#acbeed color RGB value is (172,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11101101
Octal 254 276 355
Decimal 172 190 237
Hex AC BE ED

RGB Percentages of Color #acbeed

%28.71
%31.72
%39.57

CMYK Percentages of Color #acbeed

%27
%20
%0
%7

Triadic Colors of #acbeed

#acbeed #edacbe #beedac

Analogous Colors of #acbeed

#acbeed #bbaced #acdfed

Monochromatic Colors of #acbeed

#acbeed

Complementary Color

#acbeed #eddbac

#acbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeed Color CSS Codes

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

#acbeed Text Font Color

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

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


#acbeed Background Color

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

This div background color is #acbeed


#acbeed Border Color

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

This div border color is #acbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeed


Comments

No comments written yet.

Please login to write comment.