Color Hex Logo

#cffcc1 Color Hex

#CFFCC1
(207,252,193)
0 Favorites   0 Comments

Color spaces of #cffcc1

RGB 207252193
HSL0.290.910.87
HSV106°23°99°
CMYK 0.180.000.23   0.01
XYZ70.168286.736563.4956
Yxy86.73650.31840.3935
Hunter Lab93.1324-28.495624.7701
CIE-Lab94.6264-24.943023.6423

#cffcc1 color RGB value is (207,252,193).

#cffcc1 hex color red value is 207, green value is 252 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cffcc1 hue: 0.29 , saturation: 0.91 and the lightness value of cffcc1 is 0.87.

The process color (four color CMYK) of #cffcc1 color hex is 0.18, 0.00, 0.23, 0.01. Web safe color of #cffcc1 is #ccffcc. Color #cffcc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 11000001
Octal 317 374 301
Decimal 207 252 193
Hex CF FC C1

RGB Percentages of Color #cffcc1

%31.75
%38.65
%29.60

CMYK Percentages of Color #cffcc1

%18
%0
%23
%1

Triadic Colors of #cffcc1

#cffcc1 #c1cffc #fcc1cf

Analogous Colors of #cffcc1

#cffcc1 #c1fcd1 #edfcc1

Monochromatic Colors of #cffcc1

#cffcc1

Complementary Color

#cffcc1 #eec1fc

#cffcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffcc1 Color CSS Codes

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

#cffcc1 Text Font Color

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

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


#cffcc1 Background Color

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

This div background color is #cffcc1


#cffcc1 Border Color

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

This div border color is #cffcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffcc1


Comments

No comments written yet.

Please login to write comment.