Color Hex Logo

#aedfeb Color Hex

#AEDFEB
(174,223,235)
0 Favorites   0 Comments

Color spaces of #aedfeb

RGB 174223235
HSL0.530.600.80
HSV192°26°92°
CMYK 0.260.050.00   0.08
XYZ58.838667.772288.5775
Yxy67.77220.27340.3149
Hunter Lab82.3239-16.4891-6.1672
CIE-Lab85.8924-13.0590-11.0263

#aedfeb color RGB value is (174,223,235).

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

The process color (four color CMYK) of #aedfeb color hex is 0.26, 0.05, 0.00, 0.08. Web safe color of #aedfeb is #99ccff. Color #aedfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11101011
Octal 256 337 353
Decimal 174 223 235
Hex AE DF EB

RGB Percentages of Color #aedfeb

%27.53
%35.28
%37.18

CMYK Percentages of Color #aedfeb

%26
%5
%0
%8

Triadic Colors of #aedfeb

#aedfeb #ebaedf #dfebae

Analogous Colors of #aedfeb

#aedfeb #aec1eb #aeebd9

Monochromatic Colors of #aedfeb

#aedfeb

Complementary Color

#aedfeb #ebbaae

#aedfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfeb Color CSS Codes

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

#aedfeb Text Font Color

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

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


#aedfeb Background Color

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

This div background color is #aedfeb


#aedfeb Border Color

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

This div border color is #aedfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,223,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 #aedfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfeb


Comments

No comments written yet.

Please login to write comment.