Color Hex Logo

#ccd22b Color Hex

#CCD22B
(204,210,43)
0 Favorites   0 Comments

Color spaces of #ccd22b

RGB 20421043
HSL0.170.660.50
HSV62°80°82°
CMYK 0.030.000.80   0.18
XYZ48.384559.105011.1438
Yxy59.10500.40780.4982
Hunter Lab76.8798-22.200145.2217
CIE-Lab81.3493-20.376474.2913

#ccd22b color RGB value is (204,210,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00101011
Octal 314 322 53
Decimal 204 210 43
Hex CC D2 2B

RGB Percentages of Color #ccd22b

%44.64
%45.95
%9.41

CMYK Percentages of Color #ccd22b

%3
%0
%80
%18

Triadic Colors of #ccd22b

#ccd22b #2bccd2 #d22bcc

Analogous Colors of #ccd22b

#ccd22b #79d22b #d2852b

Monochromatic Colors of #ccd22b

#ccd22b

Complementary Color

#ccd22b #312bd2

#ccd22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd22b Color CSS Codes

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

#ccd22b Text Font Color

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

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


#ccd22b Background Color

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

This div background color is #ccd22b


#ccd22b Border Color

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

This div border color is #ccd22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd22b


Comments

No comments written yet.

Please login to write comment.