Color Hex Logo

#ccfeb4 Color Hex

#CCFEB4
(204,254,180)
0 Favorites   0 Comments

Color spaces of #ccfeb4

RGB 204254180
HSL0.280.970.85
HSV101°29°100°
CMYK 0.200.000.29   0.00
XYZ68.581987.016356.3612
Yxy87.01630.32360.4105
Hunter Lab93.2825-32.010129.4748
CIE-Lab94.7452-28.886530.3556

#ccfeb4 color RGB value is (204,254,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10110100
Octal 314 376 264
Decimal 204 254 180
Hex CC FE B4

RGB Percentages of Color #ccfeb4

%31.97
%39.81
%28.21

CMYK Percentages of Color #ccfeb4

%20
%0
%29
%0

Triadic Colors of #ccfeb4

#ccfeb4 #b4ccfe #feb4cc

Analogous Colors of #ccfeb4

#ccfeb4 #b4fec1 #f1feb4

Monochromatic Colors of #ccfeb4

#ccfeb4

Complementary Color

#ccfeb4 #e6b4fe

#ccfeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfeb4 Color CSS Codes

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

#ccfeb4 Text Font Color

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

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


#ccfeb4 Background Color

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

This div background color is #ccfeb4


#ccfeb4 Border Color

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

This div border color is #ccfeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.