Color Hex Logo

#ccdf06 Color Hex

#CCDF06
(204,223,6)
0 Favorites   0 Comments

Color spaces of #ccdf06

RGB 2042236
HSL0.180.950.45
HSV65°97°87°
CMYK 0.090.000.97   0.13
XYZ51.322465.625910.1344
Yxy65.62590.40390.5164
Hunter Lab81.0098-28.681549.2896
CIE-Lab84.8052-27.350683.1643

#ccdf06 color RGB value is (204,223,6).

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

The process color (four color CMYK) of #ccdf06 color hex is 0.09, 0.00, 0.97, 0.13. Web safe color of #ccdf06 is #cccc00. Color #ccdf06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 00000110
Octal 314 337 6
Decimal 204 223 6
Hex CC DF 6

RGB Percentages of Color #ccdf06

%47.11
%51.50
%1.39

CMYK Percentages of Color #ccdf06

%9
%0
%97
%13

Triadic Colors of #ccdf06

#ccdf06 #06ccdf #df06cc

Analogous Colors of #ccdf06

#ccdf06 #5fdf06 #df8606

Monochromatic Colors of #ccdf06

#ccdf06

Complementary Color

#ccdf06 #1906df

#ccdf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdf06 Color CSS Codes

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

#ccdf06 Text Font Color

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

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


#ccdf06 Background Color

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

This div background color is #ccdf06


#ccdf06 Border Color

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

This div border color is #ccdf06


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,223,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 #ccdf06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdf06


Comments

No comments written yet.

Please login to write comment.