Color Hex Logo

#afebbb Color Hex

#AFEBBB
(175,235,187)
0 Favorites   0 Comments

Color spaces of #afebbb

RGB 175235187
HSL0.370.600.80
HSV132°26°92°
CMYK 0.260.000.20   0.08
XYZ56.357272.118557.9636
Yxy72.11850.30230.3868
Hunter Lab84.9226-30.156618.9777
CIE-Lab88.0256-28.330417.2624

#afebbb color RGB value is (175,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10111011
Octal 257 353 273
Decimal 175 235 187
Hex AF EB BB

RGB Percentages of Color #afebbb

%29.31
%39.36
%31.32

CMYK Percentages of Color #afebbb

%26
%0
%20
%8

Triadic Colors of #afebbb

#afebbb #bbafeb #ebbbaf

Analogous Colors of #afebbb

#afebbb #afebd9 #c1ebaf

Monochromatic Colors of #afebbb

#afebbb

Complementary Color

#afebbb #ebafdf

#afebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebbb Color CSS Codes

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

#afebbb Text Font Color

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

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


#afebbb Background Color

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

This div background color is #afebbb


#afebbb Border Color

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

This div border color is #afebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebbb


Comments

No comments written yet.

Please login to write comment.