Color Hex Logo

#ccd630 Color Hex

#CCD630
(204,214,48)
0 Favorites   0 Comments

Color spaces of #ccd630

RGB 20421448
HSL0.180.670.51
HSV64°78°84°
CMYK 0.050.000.78   0.16
XYZ49.481961.143911.9903
Yxy61.14390.40360.4987
Hunter Lab78.1946-23.884845.6447
CIE-Lab82.4560-22.151273.8883

#ccd630 color RGB value is (204,214,48).

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

The process color (four color CMYK) of #ccd630 color hex is 0.05, 0.00, 0.78, 0.16. Web safe color of #ccd630 is #cccc33. Color #ccd630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 00110000
Octal 314 326 60
Decimal 204 214 48
Hex CC D6 30

RGB Percentages of Color #ccd630

%43.78
%45.92
%10.30

CMYK Percentages of Color #ccd630

%5
%0
%78
%16

Triadic Colors of #ccd630

#ccd630 #30ccd6 #d630cc

Analogous Colors of #ccd630

#ccd630 #79d630 #d68d30

Monochromatic Colors of #ccd630

#ccd630

Complementary Color

#ccd630 #3a30d6

#ccd630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd630 Color CSS Codes

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

#ccd630 Text Font Color

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

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


#ccd630 Background Color

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

This div background color is #ccd630


#ccd630 Border Color

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

This div border color is #ccd630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd630


Comments

No comments written yet.

Please login to write comment.