Color Hex Logo

#cffcc4 Color Hex

#CFFCC4
(207,252,196)
0 Favorites   0 Comments

Color spaces of #cffcc4

RGB 207252196
HSL0.300.900.88
HSV108°22°99°
CMYK 0.180.000.22   0.01
XYZ70.506386.871765.2764
Yxy86.87170.31670.3902
Hunter Lab93.2050-28.079823.7196
CIE-Lab94.6838-24.466022.1936

#cffcc4 color RGB value is (207,252,196).

#cffcc4 hex color red value is 207, green value is 252 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cffcc4 hue: 0.30 , saturation: 0.90 and the lightness value of cffcc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 11000100
Octal 317 374 304
Decimal 207 252 196
Hex CF FC C4

RGB Percentages of Color #cffcc4

%31.60
%38.47
%29.92

CMYK Percentages of Color #cffcc4

%18
%0
%22
%1

Triadic Colors of #cffcc4

#cffcc4 #c4cffc #fcc4cf

Analogous Colors of #cffcc4

#cffcc4 #c4fcd5 #ebfcc4

Monochromatic Colors of #cffcc4

#cffcc4

Complementary Color

#cffcc4 #f1c4fc

#cffcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffcc4 Color CSS Codes

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

#cffcc4 Text Font Color

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

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


#cffcc4 Background Color

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

This div background color is #cffcc4


#cffcc4 Border Color

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

This div border color is #cffcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffcc4


Comments

No comments written yet.

Please login to write comment.