Color Hex Logo

#afecdf Color Hex

#AFECDF
(175,236,223)
0 Favorites   0 Comments

Color spaces of #afecdf

RGB 175236223
HSL0.460.620.81
HSV167°26°93°
CMYK 0.260.000.06   0.07
XYZ60.993974.432680.9642
Yxy74.43260.28190.3440
Hunter Lab86.2743-24.78484.7513
CIE-Lab89.1265-21.85830.0598

#afecdf color RGB value is (175,236,223).

#afecdf hex color red value is 175, green value is 236 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afecdf hue: 0.46 , saturation: 0.62 and the lightness value of afecdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11011111
Octal 257 354 337
Decimal 175 236 223
Hex AF EC DF

RGB Percentages of Color #afecdf

%27.60
%37.22
%35.17

CMYK Percentages of Color #afecdf

%26
%0
%6
%7

Triadic Colors of #afecdf

#afecdf #dfafec #ecdfaf

Analogous Colors of #afecdf

#afecdf #afdbec #afecc1

Monochromatic Colors of #afecdf

#afecdf

Complementary Color

#afecdf #ecafbc

#afecdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecdf Color CSS Codes

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

#afecdf Text Font Color

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

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


#afecdf Background Color

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

This div background color is #afecdf


#afecdf Border Color

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

This div border color is #afecdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,236,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 #afecdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecdf


Comments

No comments written yet.

Please login to write comment.