Color Hex Logo

#aefdeb Color Hex

#AEFDEB
(174,253,235)
0 Favorites   0 Comments

Color spaces of #aefdeb

RGB 174253235
HSL0.460.950.84
HSV166°31°99°
CMYK 0.310.000.07   0.01
XYZ67.576285.247491.4900
Yxy85.24740.27660.3489
Hunter Lab92.3295-30.93215.8798
CIE-Lab93.9896-27.83270.9101

#aefdeb color RGB value is (174,253,235).

#aefdeb hex color red value is 174, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aefdeb hue: 0.46 , saturation: 0.95 and the lightness value of aefdeb is 0.84.

The process color (four color CMYK) of #aefdeb color hex is 0.31, 0.00, 0.07, 0.01. Web safe color of #aefdeb is #99ffff. Color #aefdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11101011
Octal 256 375 353
Decimal 174 253 235
Hex AE FD EB

RGB Percentages of Color #aefdeb

%26.28
%38.22
%35.50

CMYK Percentages of Color #aefdeb

%31
%0
%7
%1

Triadic Colors of #aefdeb

#aefdeb #ebaefd #fdebae

Analogous Colors of #aefdeb

#aefdeb #aee8fd #aefdc4

Monochromatic Colors of #aefdeb

#aefdeb

Complementary Color

#aefdeb #fdaec0

#aefdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdeb Color CSS Codes

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

#aefdeb Text Font Color

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

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


#aefdeb Background Color

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

This div background color is #aefdeb


#aefdeb Border Color

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

This div border color is #aefdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdeb


Comments

No comments written yet.

Please login to write comment.