Color Hex Logo

#ccda1f Color Hex

#CCDA1F
(204,218,31)
0 Favorites   0 Comments

Color spaces of #ccda1f

RGB 20421831
HSL0.180.750.49
HSV64°86°85°
CMYK 0.060.000.86   0.15
XYZ50.220663.079110.8249
Yxy63.07910.40460.5082
Hunter Lab79.4224-26.119447.5147
CIE-Lab83.4840-24.590278.8729

#ccda1f color RGB value is (204,218,31).

#ccda1f hex color red value is 204, green value is 218 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ccda1f hue: 0.18 , saturation: 0.75 and the lightness value of ccda1f is 0.49.

The process color (four color CMYK) of #ccda1f color hex is 0.06, 0.00, 0.86, 0.15. Web safe color of #ccda1f is #cccc33. Color #ccda1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00011111
Octal 314 332 37
Decimal 204 218 31
Hex CC DA 1F

RGB Percentages of Color #ccda1f

%45.03
%48.12
%6.84

CMYK Percentages of Color #ccda1f

%6
%0
%86
%15

Triadic Colors of #ccda1f

#ccda1f #1fccda #da1fcc

Analogous Colors of #ccda1f

#ccda1f #6fda1f #da8b1f

Monochromatic Colors of #ccda1f

#ccda1f

Complementary Color

#ccda1f #2d1fda

#ccda1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda1f Color CSS Codes

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

#ccda1f Text Font Color

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

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


#ccda1f Background Color

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

This div background color is #ccda1f


#ccda1f Border Color

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

This div border color is #ccda1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda1f


Comments

No comments written yet.

Please login to write comment.