Color Hex Logo

#ccda24 Color Hex

#CCDA24
(204,218,36)
0 Favorites   0 Comments

Color spaces of #ccda24

RGB 20421836
HSL0.180.720.50
HSV65°83°85°
CMYK 0.060.000.83   0.15
XYZ50.291763.107611.1994
Yxy63.10760.40360.5065
Hunter Lab79.4403-26.016547.2496
CIE-Lab83.4990-24.464177.8423

#ccda24 color RGB value is (204,218,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00100100
Octal 314 332 44
Decimal 204 218 36
Hex CC DA 24

RGB Percentages of Color #ccda24

%44.54
%47.60
%7.86

CMYK Percentages of Color #ccda24

%6
%0
%83
%15

Triadic Colors of #ccda24

#ccda24 #24ccda #da24cc

Analogous Colors of #ccda24

#ccda24 #71da24 #da8d24

Monochromatic Colors of #ccda24

#ccda24

Complementary Color

#ccda24 #3224da

#ccda24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda24 Color CSS Codes

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

#ccda24 Text Font Color

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

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


#ccda24 Background Color

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

This div background color is #ccda24


#ccda24 Border Color

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

This div border color is #ccda24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda24


Comments

No comments written yet.

Please login to write comment.