Color Hex Logo

#afebda Color Hex

#AFEBDA
(175,235,218)
0 Favorites   0 Comments

Color spaces of #afebda

RGB 175235218
HSL0.450.600.80
HSV163°26°92°
CMYK 0.260.000.07   0.08
XYZ60.042473.592677.3699
Yxy73.59260.28460.3488
Hunter Lab85.7861-25.19216.5771
CIE-Lab88.7296-22.40162.0974

#afebda color RGB value is (175,235,218).

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

The process color (four color CMYK) of #afebda color hex is 0.26, 0.00, 0.07, 0.08. Web safe color of #afebda is #99ffcc. Color #afebda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11011010
Octal 257 353 332
Decimal 175 235 218
Hex AF EB DA

RGB Percentages of Color #afebda

%27.87
%37.42
%34.71

CMYK Percentages of Color #afebda

%26
%0
%7
%8

Triadic Colors of #afebda

#afebda #daafeb #ebdaaf

Analogous Colors of #afebda

#afebda #afdeeb #afebbc

Monochromatic Colors of #afebda

#afebda

Complementary Color

#afebda #ebafc0

#afebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebda Color CSS Codes

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

#afebda Text Font Color

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

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


#afebda Background Color

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

This div background color is #afebda


#afebda Border Color

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

This div border color is #afebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebda


Comments

No comments written yet.

Please login to write comment.