color codes Logo

#ccfb0d color codes

#CCFB0D
(204,251,13)
0 Favorites   0 Comments

Color spaces of #ccfb0d

RGB 20425113
HSL0.200.970.52
HSV72°95°98°
CMYK 0.190.000.95   0.02
XYZ59.471781.860813.0470
Yxy81.86080.38520.5303
Hunter Lab90.4770-41.004354.7841
CIE-Lab92.5134-40.074788.4913

#ccfb0d color RGB value is (204,251,13).

#ccfb0d hex color red value is 204, green value is 251 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ccfb0d hue: 0.20 , saturation: 0.97 and the lightness value of ccfb0d is 0.52.

The process color (four color CMYK) of #ccfb0d color code is 0.19, 0.00, 0.95, 0.02. Web safe color of #ccfb0d is #ccff00. Color #ccfb0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 00001101
Octal 314 373 15
Decimal 204 251 13
Hex CC FB D

RGB Percentages of Color #ccfb0d

%43.59
%53.63
%2.78

CMYK Percentages of Color #ccfb0d

%19
%0
%95
%2

Triadic Colors of #ccfb0d

#ccfb0d #0dccfb #fb0dcc

Analogous Colors of #ccfb0d

#ccfb0d #55fb0d #fbb30d

Monochromatic Colors of #ccfb0d

#ccfb0d

Complementary Color

#ccfb0d #3c0dfb

#ccfb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb0d Color CSS Codes

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

#ccfb0d Text Font Color

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

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


#ccfb0d Background Color

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

This div background color is #ccfb0d


#ccfb0d Border Color

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

This div border color is #ccfb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb0d


Comments

No comments written yet.

Please login to write comment.