Color Hex Logo

#afdeba Color Hex

#AFDEBA
(175,222,186)
0 Favorites   0 Comments

Color spaces of #afdeba

RGB 175222186
HSL0.370.420.78
HSV134°21°87°
CMYK 0.210.000.16   0.13
XYZ52.663464.901756.2060
Yxy64.90170.30310.3735
Hunter Lab80.5616-24.296715.0278
CIE-Lab84.4331-22.230612.7236

#afdeba color RGB value is (175,222,186).

#afdeba hex color red value is 175, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afdeba hue: 0.37 , saturation: 0.42 and the lightness value of afdeba is 0.78.

The process color (four color CMYK) of #afdeba color hex is 0.21, 0.00, 0.16, 0.13. Web safe color of #afdeba is #99cccc. Color #afdeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10111010
Octal 257 336 272
Decimal 175 222 186
Hex AF DE BA

RGB Percentages of Color #afdeba

%30.02
%38.08
%31.90

CMYK Percentages of Color #afdeba

%21
%0
%16
%13

Triadic Colors of #afdeba

#afdeba #baafde #debaaf

Analogous Colors of #afdeba

#afdeba #afded2 #bcdeaf

Monochromatic Colors of #afdeba

#afdeba

Complementary Color

#afdeba #deafd3

#afdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeba Color CSS Codes

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

#afdeba Text Font Color

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

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


#afdeba Background Color

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

This div background color is #afdeba


#afdeba Border Color

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

This div border color is #afdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeba


Comments

No comments written yet.

Please login to write comment.