Color Hex Logo

#cffbae Color Hex

#CFFBAE
(207,251,174)
0 Favorites   0 Comments

Color spaces of #cffbae

RGB 207251174
HSL0.260.910.83
HSV94°31°98°
CMYK 0.180.000.31   0.02
XYZ67.869385.315852.9349
Yxy85.31580.32930.4139
Hunter Lab92.3666-30.482830.6777
CIE-Lab94.0190-27.315232.4259

#cffbae color RGB value is (207,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 10101110
Octal 317 373 256
Decimal 207 251 174
Hex CF FB AE

RGB Percentages of Color #cffbae

%32.75
%39.72
%27.53

CMYK Percentages of Color #cffbae

%18
%0
%31
%2

Triadic Colors of #cffbae

#cffbae #aecffb #fbaecf

Analogous Colors of #cffbae

#cffbae #aefbb4 #f6fbae

Monochromatic Colors of #cffbae

#cffbae

Complementary Color

#cffbae #daaefb

#cffbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffbae Color CSS Codes

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

#cffbae Text Font Color

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

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


#cffbae Background Color

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

This div background color is #cffbae


#cffbae Border Color

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

This div border color is #cffbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffbae

Related Colors


Comments

No comments written yet.

Please login to write comment.