Color Hex Logo

#afebbe Color Hex

#AFEBBE
(175,235,190)
0 Favorites   0 Comments

Color spaces of #afebbe

RGB 175235190
HSL0.380.600.80
HSV135°26°92°
CMYK 0.260.000.19   0.08
XYZ56.681872.248359.6731
Yxy72.24830.30050.3831
Hunter Lab84.9990-29.715117.8751
CIE-Lab88.0880-27.794315.7919

#afebbe color RGB value is (175,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10111110
Octal 257 353 276
Decimal 175 235 190
Hex AF EB BE

RGB Percentages of Color #afebbe

%29.17
%39.17
%31.67

CMYK Percentages of Color #afebbe

%26
%0
%19
%8

Triadic Colors of #afebbe

#afebbe #beafeb #ebbeaf

Analogous Colors of #afebbe

#afebbe #afebdc #beebaf

Monochromatic Colors of #afebbe

#afebbe

Complementary Color

#afebbe #ebafdc

#afebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebbe Color CSS Codes

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

#afebbe Text Font Color

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

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


#afebbe Background Color

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

This div background color is #afebbe


#afebbe Border Color

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

This div border color is #afebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebbe


Comments

No comments written yet.

Please login to write comment.