Color Hex Logo

#afeebf Color Hex

#AFEEBF
(175,238,191)
0 Favorites   0 Comments

Color spaces of #afeebf

RGB 175238191
HSL0.380.650.81
HSV135°26°93°
CMYK 0.260.000.20   0.07
XYZ57.657774.024660.5395
Yxy74.02460.30000.3851
Hunter Lab86.0375-30.944718.5074
CIE-Lab88.9341-29.039816.4624

#afeebf color RGB value is (175,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10111111
Octal 257 356 277
Decimal 175 238 191
Hex AF EE BF

RGB Percentages of Color #afeebf

%28.97
%39.40
%31.62

CMYK Percentages of Color #afeebf

%26
%0
%20
%7

Triadic Colors of #afeebf

#afeebf #bfafee #eebfaf

Analogous Colors of #afeebf

#afeebf #afeedf #bfeeaf

Monochromatic Colors of #afeebf

#afeebf

Complementary Color

#afeebf #eeafde

#afeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeebf Color CSS Codes

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

#afeebf Text Font Color

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

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


#afeebf Background Color

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

This div background color is #afeebf


#afeebf Border Color

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

This div border color is #afeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeebf


Comments

No comments written yet.

Please login to write comment.