Color Hex Logo

#afcedd Color Hex

#AFCEDD
(175,206,221)
1 Favorites   0 Comments

Color spaces of #afcedd

RGB 175206221
HSL0.550.400.78
HSV200°21°87°
CMYK 0.210.070.00   0.13
XYZ52.801658.477076.9109
Yxy58.47700.28060.3107
Hunter Lab76.4703-10.5713-6.1025
CIE-Lab81.0033-7.0881-10.8702

#afcedd color RGB value is (175,206,221).

#afcedd hex color red value is 175, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afcedd hue: 0.55 , saturation: 0.40 and the lightness value of afcedd is 0.78.

The process color (four color CMYK) of #afcedd color hex is 0.21, 0.07, 0.00, 0.13. Web safe color of #afcedd is #99cccc. Color #afcedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11011101
Octal 257 316 335
Decimal 175 206 221
Hex AF CE DD

RGB Percentages of Color #afcedd

%29.07
%34.22
%36.71

CMYK Percentages of Color #afcedd

%21
%7
%0
%13

Triadic Colors of #afcedd

#afcedd #ddafce #ceddaf

Analogous Colors of #afcedd

#afcedd #afb7dd #afddd5

Monochromatic Colors of #afcedd

#afcedd

Complementary Color

#afcedd #ddbeaf

#afcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcedd Color CSS Codes

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

#afcedd Text Font Color

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

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


#afcedd Background Color

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

This div background color is #afcedd


#afcedd Border Color

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

This div border color is #afcedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,206,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcedd


Comments

No comments written yet.

Please login to write comment.