Color Hex Logo

#ccf31c Color Hex

#CCF31C
(204,243,28)
0 Favorites   0 Comments

Color spaces of #ccf31c

RGB 20424328
HSL0.200.900.53
HSV71°88°95°
CMYK 0.160.000.88   0.05
XYZ57.162077.022412.9527
Yxy77.02240.38850.5235
Hunter Lab87.7624-37.322452.6832
CIE-Lab90.3319-36.281484.9683

#ccf31c color RGB value is (204,243,28).

#ccf31c hex color red value is 204, green value is 243 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ccf31c hue: 0.20 , saturation: 0.90 and the lightness value of ccf31c is 0.53.

The process color (four color CMYK) of #ccf31c color hex is 0.16, 0.00, 0.88, 0.05. Web safe color of #ccf31c is #ccff33. Color #ccf31c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 00011100
Octal 314 363 34
Decimal 204 243 28
Hex CC F3 1C

RGB Percentages of Color #ccf31c

%42.95
%51.16
%5.89

CMYK Percentages of Color #ccf31c

%16
%0
%88
%5

Triadic Colors of #ccf31c

#ccf31c #1cccf3 #f31ccc

Analogous Colors of #ccf31c

#ccf31c #61f31c #f3af1c

Monochromatic Colors of #ccf31c

#ccf31c

Complementary Color

#ccf31c #431cf3

#ccf31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf31c Color CSS Codes

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

#ccf31c Text Font Color

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

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


#ccf31c Background Color

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

This div background color is #ccf31c


#ccf31c Border Color

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

This div border color is #ccf31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf31c


Comments

No comments written yet.

Please login to write comment.