Color Hex Logo

#ccfdb4 Color Hex

#CCFDB4
(204,253,180)
0 Favorites   0 Comments

Color spaces of #ccfdb4

RGB 204253180
HSL0.280.950.85
HSV100°29°99°
CMYK 0.190.000.29   0.01
XYZ68.265386.383256.2557
Yxy86.38320.32370.4096
Hunter Lab92.9426-31.543229.1731
CIE-Lab94.4760-28.417229.9916

#ccfdb4 color RGB value is (204,253,180).

#ccfdb4 hex color red value is 204, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ccfdb4 hue: 0.28 , saturation: 0.95 and the lightness value of ccfdb4 is 0.85.

The process color (four color CMYK) of #ccfdb4 color hex is 0.19, 0.00, 0.29, 0.01. Web safe color of #ccfdb4 is #ccffcc. Color #ccfdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 10110100
Octal 314 375 264
Decimal 204 253 180
Hex CC FD B4

RGB Percentages of Color #ccfdb4

%32.03
%39.72
%28.26

CMYK Percentages of Color #ccfdb4

%19
%0
%29
%1

Triadic Colors of #ccfdb4

#ccfdb4 #b4ccfd #fdb4cc

Analogous Colors of #ccfdb4

#ccfdb4 #b4fdc1 #f1fdb4

Monochromatic Colors of #ccfdb4

#ccfdb4

Complementary Color

#ccfdb4 #e5b4fd

#ccfdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdb4 Color CSS Codes

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

#ccfdb4 Text Font Color

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

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


#ccfdb4 Background Color

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

This div background color is #ccfdb4


#ccfdb4 Border Color

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

This div border color is #ccfdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdb4


Comments

No comments written yet.

Please login to write comment.