color codes Logo

#acee4b color codes

#ACEE4B
(172,238,75)
0 Favorites   0 Comments

Color spaces of #acee4b

RGB 17223875
HSL0.230.830.61
HSV84°68°93°
CMYK 0.280.000.68   0.07
XYZ48.857870.427717.6754
Yxy70.42770.35670.5142
Hunter Lab83.9212-42.941846.2573
CIE-Lab87.2062-44.324268.8397

#acee4b color RGB value is (172,238,75).

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

The process color (four color CMYK) of #acee4b color code is 0.28, 0.00, 0.68, 0.07. Web safe color of #acee4b is #99ff33. Color #acee4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 01001011
Octal 254 356 113
Decimal 172 238 75
Hex AC EE 4B

RGB Percentages of Color #acee4b

%35.46
%49.07
%15.46

CMYK Percentages of Color #acee4b

%28
%0
%68
%7

Triadic Colors of #acee4b

#acee4b #4bacee #ee4bac

Analogous Colors of #acee4b

#acee4b #5bee4b #eedf4b

Monochromatic Colors of #acee4b

#acee4b

Complementary Color

#acee4b #8d4bee

#acee4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acee4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acee4b Color CSS Codes

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

#acee4b Text Font Color

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

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


#acee4b Background Color

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

This div background color is #acee4b


#acee4b Border Color

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

This div border color is #acee4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acee4b


Comments

No comments written yet.

Please login to write comment.