Color Hex Logo

#ccf019 Color Hex

#CCF019
(204,240,25)
0 Favorites   0 Comments

Color spaces of #ccf019

RGB 20424025
HSL0.190.880.52
HSV70°90°94°
CMYK 0.150.000.90   0.06
XYZ56.237475.227712.4761
Yxy75.22770.39070.5226
Hunter Lab86.7339-36.046752.1853
CIE-Lab89.4995-34.981584.7547

#ccf019 color RGB value is (204,240,25).

#ccf019 hex color red value is 204, green value is 240 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ccf019 hue: 0.19 , saturation: 0.88 and the lightness value of ccf019 is 0.52.

The process color (four color CMYK) of #ccf019 color hex is 0.15, 0.00, 0.90, 0.06. Web safe color of #ccf019 is #ccff00. Color #ccf019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 00011001
Octal 314 360 31
Decimal 204 240 25
Hex CC F0 19

RGB Percentages of Color #ccf019

%43.50
%51.17
%5.33

CMYK Percentages of Color #ccf019

%15
%0
%90
%6

Triadic Colors of #ccf019

#ccf019 #19ccf0 #f019cc

Analogous Colors of #ccf019

#ccf019 #61f019 #f0a919

Monochromatic Colors of #ccf019

#ccf019

Complementary Color

#ccf019 #3d19f0

#ccf019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf019 Color CSS Codes

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

#ccf019 Text Font Color

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

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


#ccf019 Background Color

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

This div background color is #ccf019


#ccf019 Border Color

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

This div border color is #ccf019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf019


Comments

No comments written yet.

Please login to write comment.