Color Hex Logo

#ccd33d Color Hex

#CCD33D
(204,211,61)
0 Favorites   0 Comments

Color spaces of #ccd33d

RGB 20421161
HSL0.170.630.53
HSV63°71°83°
CMYK 0.030.000.71   0.17
XYZ49.038459.762813.3657
Yxy59.76280.40140.4892
Hunter Lab77.3064-22.056843.8637
CIE-Lab81.7091-20.136969.0668

#ccd33d color RGB value is (204,211,61).

#ccd33d hex color red value is 204, green value is 211 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ccd33d hue: 0.17 , saturation: 0.63 and the lightness value of ccd33d is 0.53.

The process color (four color CMYK) of #ccd33d color hex is 0.03, 0.00, 0.71, 0.17. Web safe color of #ccd33d is #cccc33. Color #ccd33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 00111101
Octal 314 323 75
Decimal 204 211 61
Hex CC D3 3D

RGB Percentages of Color #ccd33d

%42.86
%44.33
%12.82

CMYK Percentages of Color #ccd33d

%3
%0
%71
%17

Triadic Colors of #ccd33d

#ccd33d #3dccd3 #d33dcc

Analogous Colors of #ccd33d

#ccd33d #81d33d #d38f3d

Monochromatic Colors of #ccd33d

#ccd33d

Complementary Color

#ccd33d #443dd3

#ccd33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd33d Color CSS Codes

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

#ccd33d Text Font Color

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

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


#ccd33d Background Color

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

This div background color is #ccd33d


#ccd33d Border Color

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

This div border color is #ccd33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd33d


Comments

No comments written yet.

Please login to write comment.