Color Hex Logo

#cffcae Color Hex

#CFFCAE
(207,252,174)
0 Favorites   0 Comments

Color spaces of #cffcae

RGB 207252174
HSL0.260.930.84
HSV95°31°99°
CMYK 0.180.000.31   0.01
XYZ68.182585.942253.0393
Yxy85.94220.32910.4149
Hunter Lab92.7050-30.951030.9719
CIE-Lab94.2876-27.786632.7857

#cffcae color RGB value is (207,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 10101110
Octal 317 374 256
Decimal 207 252 174
Hex CF FC AE

RGB Percentages of Color #cffcae

%32.70
%39.81
%27.49

CMYK Percentages of Color #cffcae

%18
%0
%31
%1

Triadic Colors of #cffcae

#cffcae #aecffc #fcaecf

Analogous Colors of #cffcae

#cffcae #aefcb4 #f6fcae

Monochromatic Colors of #cffcae

#cffcae

Complementary Color

#cffcae #dbaefc

#cffcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffcae Color CSS Codes

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

#cffcae Text Font Color

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

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


#cffcae Background Color

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

This div background color is #cffcae


#cffcae Border Color

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

This div border color is #cffcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffcae

Related Colors


Comments

No comments written yet.

Please login to write comment.