Color Hex Logo

#affced Color Hex

#AFFCED
(175,252,237)
0 Favorites   0 Comments

Color spaces of #affced

RGB 175252237
HSL0.470.930.84
HSV168°31°99°
CMYK 0.310.000.06   0.01
XYZ67.775784.849292.9261
Yxy84.84920.27600.3455
Hunter Lab92.1136-29.86154.6666
CIE-Lab93.8181-26.6546-0.3680

#affced color RGB value is (175,252,237).

#affced hex color red value is 175, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #affced hue: 0.47 , saturation: 0.93 and the lightness value of affced is 0.84.

The process color (four color CMYK) of #affced color hex is 0.31, 0.00, 0.06, 0.01. Web safe color of #affced is #99ffff. Color #affced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11101101
Octal 257 374 355
Decimal 175 252 237
Hex AF FC ED

RGB Percentages of Color #affced

%26.36
%37.95
%35.69

CMYK Percentages of Color #affced

%31
%0
%6
%1

Triadic Colors of #affced

#affced #edaffc #fcedaf

Analogous Colors of #affced

#affced #afe5fc #affcc7

Monochromatic Colors of #affced

#affced

Complementary Color

#affced #fcafbe

#affced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affced Color Preview on White Background

Lorem ipsum dolor sit amet.

#affced Color CSS Codes

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

#affced Text Font Color

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

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


#affced Background Color

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

This div background color is #affced


#affced Border Color

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

This div border color is #affced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affced


Comments

No comments written yet.

Please login to write comment.