Color Hex Logo

#affcdb Color Hex

#AFFCDB
(175,252,219)
0 Favorites   0 Comments

Color spaces of #affcdb

RGB 175252219
HSL0.430.930.84
HSV154°31°99°
CMYK 0.310.000.13   0.01
XYZ65.275883.849279.7620
Yxy83.84920.28520.3663
Hunter Lab91.5692-33.001012.4535
CIE-Lab93.3850-30.34888.3032

#affcdb color RGB value is (175,252,219).

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

The process color (four color CMYK) of #affcdb color hex is 0.31, 0.00, 0.13, 0.01. Web safe color of #affcdb is #99ffcc. Color #affcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11011011
Octal 257 374 333
Decimal 175 252 219
Hex AF FC DB

RGB Percentages of Color #affcdb

%27.09
%39.01
%33.90

CMYK Percentages of Color #affcdb

%31
%0
%13
%1

Triadic Colors of #affcdb

#affcdb #dbaffc #fcdbaf

Analogous Colors of #affcdb

#affcdb #aff7fc #affcb5

Monochromatic Colors of #affcdb

#affcdb

Complementary Color

#affcdb #fcafd0

#affcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcdb Color CSS Codes

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

#affcdb Text Font Color

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

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


#affcdb Background Color

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

This div background color is #affcdb


#affcdb Border Color

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

This div border color is #affcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcdb


Comments

No comments written yet.

Please login to write comment.