Color Hex Logo

#afddeb Color Hex

#AFDDEB
(175,221,235)
0 Favorites   0 Comments

Color spaces of #afddeb

RGB 175221235
HSL0.540.600.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ58.531066.825088.4109
Yxy66.82500.27380.3126
Hunter Lab81.7466-15.2495-6.9010
CIE-Lab85.4155-11.7472-11.7315

#afddeb color RGB value is (175,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11101011
Octal 257 335 353
Decimal 175 221 235
Hex AF DD EB

RGB Percentages of Color #afddeb

%27.73
%35.02
%37.24

CMYK Percentages of Color #afddeb

%26
%6
%0
%8

Triadic Colors of #afddeb

#afddeb #ebafdd #ddebaf

Analogous Colors of #afddeb

#afddeb #afbfeb #afebdb

Monochromatic Colors of #afddeb

#afddeb

Complementary Color

#afddeb #ebbdaf

#afddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddeb Color CSS Codes

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

#afddeb Text Font Color

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

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


#afddeb Background Color

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

This div background color is #afddeb


#afddeb Border Color

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

This div border color is #afddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddeb


Comments

No comments written yet.

Please login to write comment.