color codes Logo

#aeebe4 color codes

#AEEBE4
(174,235,228)
0 Favorites   0 Comments

Color spaces of #aeebe4

RGB 174235228
HSL0.480.600.80
HSV173°26°92°
CMYK 0.260.000.03   0.08
XYZ61.167574.016884.4616
Yxy74.01680.27850.3370
Hunter Lab86.0330-23.64842.0161
CIE-Lab88.9304-20.6041-2.8506

#aeebe4 color RGB value is (174,235,228).

#aeebe4 hex color red value is 174, green value is 235 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #aeebe4 hue: 0.48 , saturation: 0.60 and the lightness value of aeebe4 is 0.80.

The process color (four color CMYK) of #aeebe4 color code is 0.26, 0.00, 0.03, 0.08. Web safe color of #aeebe4 is #99ffcc. Color #aeebe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11100100
Octal 256 353 344
Decimal 174 235 228
Hex AE EB E4

RGB Percentages of Color #aeebe4

%27.32
%36.89
%35.79

CMYK Percentages of Color #aeebe4

%26
%0
%3
%8

Triadic Colors of #aeebe4

#aeebe4 #e4aeeb #ebe4ae

Analogous Colors of #aeebe4

#aeebe4 #aed4eb #aeebc6

Monochromatic Colors of #aeebe4

#aeebe4

Complementary Color

#aeebe4 #ebaeb5

#aeebe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebe4 Color CSS Codes

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

#aeebe4 Text Font Color

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

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


#aeebe4 Background Color

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

This div background color is #aeebe4


#aeebe4 Border Color

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

This div border color is #aeebe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,235,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aeebe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aeebe4;
  -webkit-box-shadow: 1px 1px 3px 2px #aeebe4;
  box-shadow:         1px 1px 3px 2px #aeebe4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,235,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebe4


Comments

No comments written yet.

Please login to write comment.