Color Hex Logo

#afebdf Color Hex

#AFEBDF
(175,235,223)
0 Favorites   0 Comments

Color spaces of #afebdf

RGB 175235223
HSL0.470.600.80
HSV168°26°92°
CMYK 0.260.000.05   0.08
XYZ60.706873.858380.8685
Yxy73.85830.28180.3428
Hunter Lab85.9409-24.30794.3680
CIE-Lab88.8555-21.3676-0.3361

#afebdf color RGB value is (175,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11011111
Octal 257 353 337
Decimal 175 235 223
Hex AF EB DF

RGB Percentages of Color #afebdf

%27.65
%37.12
%35.23

CMYK Percentages of Color #afebdf

%26
%0
%5
%8

Triadic Colors of #afebdf

#afebdf #dfafeb #ebdfaf

Analogous Colors of #afebdf

#afebdf #afd9eb #afebc1

Monochromatic Colors of #afebdf

#afebdf

Complementary Color

#afebdf #ebafbb

#afebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebdf Color CSS Codes

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

#afebdf Text Font Color

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

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


#afebdf Background Color

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

This div background color is #afebdf


#afebdf Border Color

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

This div border color is #afebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebdf


Comments

No comments written yet.

Please login to write comment.