Color Hex Logo

#ccf34e Color Hex

#CCF34E
(204,243,78)
0 Favorites   0 Comments

Color spaces of #ccf34e

RGB 20424378
HSL0.210.870.63
HSV74°68°95°
CMYK 0.160.000.68   0.05
XYZ58.327677.488619.0903
Yxy77.48860.37650.5002
Hunter Lab88.0276-35.773248.7613
CIE-Lab90.5460-34.354871.7612

#ccf34e color RGB value is (204,243,78).

#ccf34e hex color red value is 204, green value is 243 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ccf34e hue: 0.21 , saturation: 0.87 and the lightness value of ccf34e is 0.63.

The process color (four color CMYK) of #ccf34e color hex is 0.16, 0.00, 0.68, 0.05. Web safe color of #ccf34e is #ccff66. Color #ccf34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 01001110
Octal 314 363 116
Decimal 204 243 78
Hex CC F3 4E

RGB Percentages of Color #ccf34e

%38.86
%46.29
%14.86

CMYK Percentages of Color #ccf34e

%16
%0
%68
%5

Triadic Colors of #ccf34e

#ccf34e #4eccf3 #f34ecc

Analogous Colors of #ccf34e

#ccf34e #7af34e #f3c84e

Monochromatic Colors of #ccf34e

#ccf34e

Complementary Color

#ccf34e #754ef3

#ccf34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf34e Color CSS Codes

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

#ccf34e Text Font Color

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

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


#ccf34e Background Color

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

This div background color is #ccf34e


#ccf34e Border Color

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

This div border color is #ccf34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf34e


Comments

No comments written yet.

Please login to write comment.