Color Hex Logo

#ccf059 Color Hex

#CCF059
(204,240,89)
0 Favorites   0 Comments

Color spaces of #ccf059

RGB 20424089
HSL0.210.830.65
HSV74°63°94°
CMYK 0.150.000.63   0.06
XYZ57.865175.878821.0475
Yxy75.87880.37380.4902
Hunter Lab87.1084-33.864346.6500
CIE-Lab89.8030-32.278366.7785

#ccf059 color RGB value is (204,240,89).

#ccf059 hex color red value is 204, green value is 240 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ccf059 hue: 0.21 , saturation: 0.83 and the lightness value of ccf059 is 0.65.

The process color (four color CMYK) of #ccf059 color hex is 0.15, 0.00, 0.63, 0.06. Web safe color of #ccf059 is #ccff66. Color #ccf059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01011001
Octal 314 360 131
Decimal 204 240 89
Hex CC F0 59

RGB Percentages of Color #ccf059

%38.27
%45.03
%16.70

CMYK Percentages of Color #ccf059

%15
%0
%63
%6

Triadic Colors of #ccf059

#ccf059 #59ccf0 #f059cc

Analogous Colors of #ccf059

#ccf059 #81f059 #f0c959

Monochromatic Colors of #ccf059

#ccf059

Complementary Color

#ccf059 #7d59f0

#ccf059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf059 Color CSS Codes

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

#ccf059 Text Font Color

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

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


#ccf059 Background Color

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

This div background color is #ccf059


#ccf059 Border Color

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

This div border color is #ccf059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf059

#ccf059 Color Palettes


Comments

No comments written yet.

Please login to write comment.