Color Hex Logo

#cffbab Color Hex

#CFFBAB
(207,251,171)
0 Favorites   0 Comments

Color spaces of #cffbab

RGB 207251171
HSL0.260.910.83
HSV93°32°98°
CMYK 0.180.000.32   0.02
XYZ67.580085.200051.4115
Yxy85.20000.33100.4173
Hunter Lab92.3038-30.843531.5893
CIE-Lab93.9692-27.736433.8634

#cffbab color RGB value is (207,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 10101011
Octal 317 373 253
Decimal 207 251 171
Hex CF FB AB

RGB Percentages of Color #cffbab

%32.91
%39.90
%27.19

CMYK Percentages of Color #cffbab

%18
%0
%32
%2

Triadic Colors of #cffbab

#cffbab #abcffb #fbabcf

Analogous Colors of #cffbab

#cffbab #abfbaf #f7fbab

Monochromatic Colors of #cffbab

#cffbab

Complementary Color

#cffbab #d7abfb

#cffbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffbab Color CSS Codes

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

#cffbab Text Font Color

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

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


#cffbab Background Color

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

This div background color is #cffbab


#cffbab Border Color

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

This div border color is #cffbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffbab


Comments

No comments written yet.

Please login to write comment.