Color Hex Logo

#ccfeaf Color Hex

#CCFEAF
(204,254,175)
0 Favorites   0 Comments

Color spaces of #ccfeaf

RGB 204254175
HSL0.270.980.84
HSV98°31°100°
CMYK 0.200.000.31   0.00
XYZ68.081586.816153.7264
Yxy86.81610.32630.4161
Hunter Lab93.1752-32.629631.0350
CIE-Lab94.6602-29.613532.7514

#ccfeaf color RGB value is (204,254,175).

#ccfeaf hex color red value is 204, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccfeaf hue: 0.27 , saturation: 0.98 and the lightness value of ccfeaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10101111
Octal 314 376 257
Decimal 204 254 175
Hex CC FE AF

RGB Percentages of Color #ccfeaf

%32.23
%40.13
%27.65

CMYK Percentages of Color #ccfeaf

%20
%0
%31
%0

Triadic Colors of #ccfeaf

#ccfeaf #afccfe #feafcc

Analogous Colors of #ccfeaf

#ccfeaf #affeba #f4feaf

Monochromatic Colors of #ccfeaf

#ccfeaf

Complementary Color

#ccfeaf #e1affe

#ccfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfeaf Color CSS Codes

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

#ccfeaf Text Font Color

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

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


#ccfeaf Background Color

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

This div background color is #ccfeaf


#ccfeaf Border Color

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

This div border color is #ccfeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,254,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfeaf


Comments

No comments written yet.

Please login to write comment.