Color Hex Logo

#ccd407 Color Hex

#CCD407
(204,212,7)
0 Favorites   0 Comments

Color spaces of #ccd407

RGB 2042127
HSL0.170.940.43
HSV62°97°83°
CMYK 0.040.000.97   0.17
XYZ48.483759.93979.2152
Yxy59.93970.41210.5095
Hunter Lab77.4207-23.703047.1374
CIE-Lab81.8054-22.069880.8198

#ccd407 color RGB value is (204,212,7).

#ccd407 hex color red value is 204, green value is 212 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ccd407 hue: 0.17 , saturation: 0.94 and the lightness value of ccd407 is 0.43.

The process color (four color CMYK) of #ccd407 color hex is 0.04, 0.00, 0.97, 0.17. Web safe color of #ccd407 is #cccc00. Color #ccd407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 00000111
Octal 314 324 7
Decimal 204 212 7
Hex CC D4 7

RGB Percentages of Color #ccd407

%48.23
%50.12
%1.65

CMYK Percentages of Color #ccd407

%4
%0
%97
%17

Triadic Colors of #ccd407

#ccd407 #07ccd4 #d407cc

Analogous Colors of #ccd407

#ccd407 #66d407 #d47607

Monochromatic Colors of #ccd407

#ccd407

Complementary Color

#ccd407 #0f07d4

#ccd407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd407 Color CSS Codes

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

#ccd407 Text Font Color

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

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


#ccd407 Background Color

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

This div background color is #ccd407


#ccd407 Border Color

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

This div border color is #ccd407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd407


Comments

No comments written yet.

Please login to write comment.