Color Hex Logo

#afefdb Color Hex

#AFEFDB
(175,239,219)
0 Favorites   0 Comments

Color spaces of #afefdb

RGB 175239219
HSL0.450.670.81
HSV161°27°94°
CMYK 0.270.000.08   0.06
XYZ61.331975.961478.4473
Yxy75.96140.28430.3521
Hunter Lab87.1558-26.91167.6433
CIE-Lab89.8414-24.14443.1897

#afefdb color RGB value is (175,239,219).

#afefdb hex color red value is 175, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afefdb hue: 0.45 , saturation: 0.67 and the lightness value of afefdb is 0.81.

The process color (four color CMYK) of #afefdb color hex is 0.27, 0.00, 0.08, 0.06. Web safe color of #afefdb is #99ffcc. Color #afefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11011011
Octal 257 357 333
Decimal 175 239 219
Hex AF EF DB

RGB Percentages of Color #afefdb

%27.65
%37.76
%34.60

CMYK Percentages of Color #afefdb

%27
%0
%8
%6

Triadic Colors of #afefdb

#afefdb #dbafef #efdbaf

Analogous Colors of #afefdb

#afefdb #afe3ef #afefbb

Monochromatic Colors of #afefdb

#afefdb

Complementary Color

#afefdb #efafc3

#afefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefdb Color CSS Codes

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

#afefdb Text Font Color

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

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


#afefdb Background Color

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

This div background color is #afefdb


#afefdb Border Color

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

This div border color is #afefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefdb

#afefdb Color Palettes


Comments

No comments written yet.

Please login to write comment.