Color Hex Logo

#ccd23a Color Hex

#CCD23A
(204,210,58)
0 Favorites   0 Comments

Color spaces of #ccd23a

RGB 20421058
HSL0.170.630.53
HSV62°72°82°
CMYK 0.030.000.72   0.18
XYZ48.712259.236012.8693
Yxy59.23600.40320.4903
Hunter Lab76.9649-21.713443.9616
CIE-Lab81.4211-19.786969.8164

#ccd23a color RGB value is (204,210,58).

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

The process color (four color CMYK) of #ccd23a color hex is 0.03, 0.00, 0.72, 0.18. Web safe color of #ccd23a is #cccc33. Color #ccd23a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00111010
Octal 314 322 72
Decimal 204 210 58
Hex CC D2 3A

RGB Percentages of Color #ccd23a

%43.22
%44.49
%12.29

CMYK Percentages of Color #ccd23a

%3
%0
%72
%18

Triadic Colors of #ccd23a

#ccd23a #3accd2 #d23acc

Analogous Colors of #ccd23a

#ccd23a #80d23a #d28c3a

Monochromatic Colors of #ccd23a

#ccd23a

Complementary Color

#ccd23a #403ad2

#ccd23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd23a Color CSS Codes

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

#ccd23a Text Font Color

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

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


#ccd23a Background Color

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

This div background color is #ccd23a


#ccd23a Border Color

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

This div border color is #ccd23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd23a


Comments

No comments written yet.

Please login to write comment.