color codes Logo

#ccd83a color codes

#CCD83A
(204,216,58)
0 Favorites   0 Comments

Color spaces of #ccd83a

RGB 20421658
HSL0.180.670.54
HSV65°73°85°
CMYK 0.060.000.73   0.15
XYZ50.221462.254613.3724
Yxy62.25460.39910.4947
Hunter Lab78.9016-24.461345.1825
CIE-Lab83.0486-22.711671.3598

#ccd83a color RGB value is (204,216,58).

#ccd83a hex color red value is 204, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ccd83a hue: 0.18 , saturation: 0.67 and the lightness value of ccd83a is 0.54.

The process color (four color CMYK) of #ccd83a color code is 0.06, 0.00, 0.73, 0.15. Web safe color of #ccd83a is #cccc33. Color #ccd83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00111010
Octal 314 330 72
Decimal 204 216 58
Hex CC D8 3A

RGB Percentages of Color #ccd83a

%42.68
%45.19
%12.13

CMYK Percentages of Color #ccd83a

%6
%0
%73
%15

Triadic Colors of #ccd83a

#ccd83a #3accd8 #d83acc

Analogous Colors of #ccd83a

#ccd83a #7dd83a #d8953a

Monochromatic Colors of #ccd83a

#ccd83a

Complementary Color

#ccd83a #463ad8

#ccd83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd83a Color CSS Codes

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

#ccd83a Text Font Color

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

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


#ccd83a Background Color

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

This div background color is #ccd83a


#ccd83a Border Color

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

This div border color is #ccd83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd83a


Comments

No comments written yet.

Please login to write comment.