Color Hex Logo

#ccfbae Color Hex

#CCFBAE
(204,251,174)
0 Favorites   0 Comments

Color spaces of #ccfbae

RGB 204251174
HSL0.270.910.83
HSV97°31°98°
CMYK 0.190.000.31   0.02
XYZ67.039084.887752.8960
Yxy84.88770.32730.4144
Hunter Lab92.1345-31.355130.4548
CIE-Lab93.8347-28.350632.1466

#ccfbae color RGB value is (204,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 10101110
Octal 314 373 256
Decimal 204 251 174
Hex CC FB AE

RGB Percentages of Color #ccfbae

%32.43
%39.90
%27.66

CMYK Percentages of Color #ccfbae

%19
%0
%31
%2

Triadic Colors of #ccfbae

#ccfbae #aeccfb #fbaecc

Analogous Colors of #ccfbae

#ccfbae #aefbb7 #f3fbae

Monochromatic Colors of #ccfbae

#ccfbae

Complementary Color

#ccfbae #ddaefb

#ccfbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbae Color CSS Codes

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

#ccfbae Text Font Color

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

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


#ccfbae Background Color

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

This div background color is #ccfbae


#ccfbae Border Color

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

This div border color is #ccfbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbae


Comments

No comments written yet.

Please login to write comment.