color codes Logo

#ccd706 color codes

#CCD706
(204,215,6)
0 Favorites   0 Comments

Color spaces of #ccd706

RGB 2042156
HSL0.180.950.43
HSV63°97°84°
CMYK 0.050.000.97   0.16
XYZ49.235261.45149.4386
Yxy61.45140.40990.5116
Hunter Lab78.3909-25.073247.7349
CIE-Lab82.6208-23.531081.5218

#ccd706 color RGB value is (204,215,6).

#ccd706 hex color red value is 204, green value is 215 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ccd706 hue: 0.18 , saturation: 0.95 and the lightness value of ccd706 is 0.43.

The process color (four color CMYK) of #ccd706 color code is 0.05, 0.00, 0.97, 0.16. Web safe color of #ccd706 is #cccc00. Color #ccd706 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 00000110
Octal 314 327 6
Decimal 204 215 6
Hex CC D7 6

RGB Percentages of Color #ccd706

%48.00
%50.59
%1.41

CMYK Percentages of Color #ccd706

%5
%0
%97
%16

Triadic Colors of #ccd706

#ccd706 #06ccd7 #d706cc

Analogous Colors of #ccd706

#ccd706 #64d706 #d77a06

Monochromatic Colors of #ccd706

#ccd706

Complementary Color

#ccd706 #1106d7

#ccd706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd706 Color CSS Codes

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

#ccd706 Text Font Color

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

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


#ccd706 Background Color

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

This div background color is #ccd706


#ccd706 Border Color

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

This div border color is #ccd706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd706


Comments

No comments written yet.

Please login to write comment.