Color Hex Logo

#cffaab Color Hex

#CFFAAB
(207,250,171)
0 Favorites   0 Comments

Color spaces of #cffaab

RGB 207250171
HSL0.260.890.83
HSV93°32°98°
CMYK 0.170.000.32   0.02
XYZ67.268484.576951.3076
Yxy84.57690.33110.4163
Hunter Lab91.9657-30.376031.2981
CIE-Lab93.7005-27.265033.5050

#cffaab color RGB value is (207,250,171).

#cffaab hex color red value is 207, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cffaab hue: 0.26 , saturation: 0.89 and the lightness value of cffaab is 0.83.

The process color (four color CMYK) of #cffaab color hex is 0.17, 0.00, 0.32, 0.02. Web safe color of #cffaab is #ccff99. Color #cffaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 10101011
Octal 317 372 253
Decimal 207 250 171
Hex CF FA AB

RGB Percentages of Color #cffaab

%32.96
%39.81
%27.23

CMYK Percentages of Color #cffaab

%17
%0
%32
%2

Triadic Colors of #cffaab

#cffaab #abcffa #faabcf

Analogous Colors of #cffaab

#cffaab #abfaaf #f7faab

Monochromatic Colors of #cffaab

#cffaab

Complementary Color

#cffaab #d6abfa

#cffaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffaab Color CSS Codes

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

#cffaab Text Font Color

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

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


#cffaab Background Color

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

This div background color is #cffaab


#cffaab Border Color

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

This div border color is #cffaab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,250,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cffaab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cffaab;
  -webkit-box-shadow: 1px 1px 3px 2px #cffaab;
  box-shadow:         1px 1px 3px 2px #cffaab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,250,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffaab

Related Colors


Comments

No comments written yet.

Please login to write comment.