Color Hex Logo

#ccfebe Color Hex

#CCFEBE
(204,254,190)
0 Favorites   0 Comments

Color spaces of #ccfebe

RGB 204254190
HSL0.300.970.87
HSV107°25°100°
CMYK 0.200.000.25   0.00
XYZ69.637987.438761.9222
Yxy87.43870.31800.3993
Hunter Lab93.5087-30.707426.1937
CIE-Lab94.9241-27.367625.5473

#ccfebe color RGB value is (204,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10111110
Octal 314 376 276
Decimal 204 254 190
Hex CC FE BE

RGB Percentages of Color #ccfebe

%31.48
%39.20
%29.32

CMYK Percentages of Color #ccfebe

%20
%0
%25
%0

Triadic Colors of #ccfebe

#ccfebe #beccfe #febecc

Analogous Colors of #ccfebe

#ccfebe #befed0 #ecfebe

Monochromatic Colors of #ccfebe

#ccfebe

Complementary Color

#ccfebe #f0befe

#ccfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfebe Color CSS Codes

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

#ccfebe Text Font Color

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

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


#ccfebe Background Color

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

This div background color is #ccfebe


#ccfebe Border Color

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

This div border color is #ccfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfebe


Comments

No comments written yet.

Please login to write comment.