Color Hex Logo

#ccd033 Color Hex

#CCD033
(204,208,51)
0 Favorites   0 Comments

Color spaces of #ccd033

RGB 20420851
HSL0.170.630.51
HSV62°75°82°
CMYK 0.020.000.75   0.18
XYZ48.055358.188111.8306
Yxy58.18810.40700.4928
Hunter Lab76.2811-21.041244.2014
CIE-Lab80.8433-19.102871.5351

#ccd033 color RGB value is (204,208,51).

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

The process color (four color CMYK) of #ccd033 color hex is 0.02, 0.00, 0.75, 0.18. Web safe color of #ccd033 is #cccc33. Color #ccd033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00110011
Octal 314 320 63
Decimal 204 208 51
Hex CC D0 33

RGB Percentages of Color #ccd033

%44.06
%44.92
%11.02

CMYK Percentages of Color #ccd033

%2
%0
%75
%18

Triadic Colors of #ccd033

#ccd033 #33ccd0 #d033cc

Analogous Colors of #ccd033

#ccd033 #7ed033 #d08633

Monochromatic Colors of #ccd033

#ccd033

Complementary Color

#ccd033 #3733d0

#ccd033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd033 Color CSS Codes

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

#ccd033 Text Font Color

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

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


#ccd033 Background Color

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

This div background color is #ccd033


#ccd033 Border Color

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

This div border color is #ccd033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd033


Comments

No comments written yet.

Please login to write comment.