color codes Logo

#c8cd3a color codes

#C8CD3A
(200,205,58)
0 Favorites   0 Comments

Color spaces of #c8cd3a

RGB 20020558
HSL0.170.600.52
HSV62°72°80°
CMYK 0.020.000.72   0.20
XYZ46.414556.247512.4135
Yxy56.24750.40330.4888
Hunter Lab74.9983-20.778142.6853
CIE-Lab79.7545-18.995868.1156

#c8cd3a color RGB value is (200,205,58).

#c8cd3a hex color red value is 200, green value is 205 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c8cd3a hue: 0.17 , saturation: 0.60 and the lightness value of c8cd3a is 0.52.

The process color (four color CMYK) of #c8cd3a color code is 0.02, 0.00, 0.72, 0.20. Web safe color of #c8cd3a is #cccc33. Color #c8cd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001101 00111010
Octal 310 315 72
Decimal 200 205 58
Hex C8 CD 3A

RGB Percentages of Color #c8cd3a

%43.20
%44.28
%12.53

CMYK Percentages of Color #c8cd3a

%2
%0
%72
%20

Triadic Colors of #c8cd3a

#c8cd3a #3ac8cd #cd3ac8

Analogous Colors of #c8cd3a

#c8cd3a #7fcd3a #cd893a

Monochromatic Colors of #c8cd3a

#c8cd3a

Complementary Color

#c8cd3a #3f3acd

#c8cd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cd3a Color CSS Codes

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

#c8cd3a Text Font Color

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

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


#c8cd3a Background Color

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

This div background color is #c8cd3a


#c8cd3a Border Color

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

This div border color is #c8cd3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,205,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 #c8cd3a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cd3a


Comments

No comments written yet.

Please login to write comment.