Color Hex Logo

#cfffab Color Hex

#CFFFAB
(207,255,171)
0 Favorites   0 Comments

Color spaces of #cfffab

RGB 207255171
HSL0.261.000.84
HSV94°33°100°
CMYK 0.190.000.33   0.00
XYZ68.842887.725751.8324
Yxy87.72570.33030.4209
Hunter Lab93.6620-32.708732.7524
CIE-Lab95.0453-29.612235.2948

#cfffab color RGB value is (207,255,171).

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

The process color (four color CMYK) of #cfffab color hex is 0.19, 0.00, 0.33, 0.00. Web safe color of #cfffab is #ccff99. Color #cfffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 10101011
Octal 317 377 253
Decimal 207 255 171
Hex CF FF AB

RGB Percentages of Color #cfffab

%32.70
%40.28
%27.01

CMYK Percentages of Color #cfffab

%19
%0
%33
%0

Triadic Colors of #cfffab

#cfffab #abcfff #ffabcf

Analogous Colors of #cfffab

#cfffab #abffb1 #f9ffab

Monochromatic Colors of #cfffab

#cfffab

Complementary Color

#cfffab #dbabff

#cfffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfffab Color CSS Codes

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

#cfffab Text Font Color

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

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


#cfffab Background Color

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

This div background color is #cfffab


#cfffab Border Color

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

This div border color is #cfffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfffab

#cfffab Color Palettes


Comments

No comments written yet.

Please login to write comment.