Color Hex Logo

#afbedd Color Hex

#AFBEDD
(175,190,221)
0 Favorites   0 Comments

Color spaces of #afbedd

RGB 175190221
HSL0.610.400.78
HSV220°21°87°
CMYK 0.210.140.00   0.13
XYZ49.143851.161375.6916
Yxy51.16130.27920.2907
Hunter Lab71.5271-2.5313-12.6730
CIE-Lab76.77661.4109-17.2113

#afbedd color RGB value is (175,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11011101
Octal 257 276 335
Decimal 175 190 221
Hex AF BE DD

RGB Percentages of Color #afbedd

%29.86
%32.42
%37.71

CMYK Percentages of Color #afbedd

%21
%14
%0
%13

Triadic Colors of #afbedd

#afbedd #ddafbe #beddaf

Analogous Colors of #afbedd

#afbedd #b7afdd #afd5dd

Monochromatic Colors of #afbedd

#afbedd

Complementary Color

#afbedd #ddceaf

#afbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbedd Color CSS Codes

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

#afbedd Text Font Color

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

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


#afbedd Background Color

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

This div background color is #afbedd


#afbedd Border Color

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

This div border color is #afbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbedd


Comments

No comments written yet.

Please login to write comment.