Color Hex Logo

#afeeb3 Color Hex

#AFEEB3
(175,238,179)
0 Favorites   0 Comments

Color spaces of #afeeb3

RGB 175238179
HSL0.340.650.81
HSV124°26°93°
CMYK 0.260.000.25   0.07
XYZ56.390473.517753.8661
Yxy73.51770.30680.4000
Hunter Lab85.7425-32.654922.7719
CIE-Lab88.6940-31.129122.3281

#afeeb3 color RGB value is (175,238,179).

#afeeb3 hex color red value is 175, green value is 238 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afeeb3 hue: 0.34 , saturation: 0.65 and the lightness value of afeeb3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10110011
Octal 257 356 263
Decimal 175 238 179
Hex AF EE B3

RGB Percentages of Color #afeeb3

%29.56
%40.20
%30.24

CMYK Percentages of Color #afeeb3

%26
%0
%25
%7

Triadic Colors of #afeeb3

#afeeb3 #b3afee #eeb3af

Analogous Colors of #afeeb3

#afeeb3 #afeed3 #cbeeaf

Monochromatic Colors of #afeeb3

#afeeb3

Complementary Color

#afeeb3 #eeafea

#afeeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeb3 Color CSS Codes

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

#afeeb3 Text Font Color

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

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


#afeeb3 Background Color

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

This div background color is #afeeb3


#afeeb3 Border Color

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

This div border color is #afeeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeb3


Comments

No comments written yet.

Please login to write comment.