Color Hex Logo

#cfcc04 Color Hex

#CFCC04
(207,204,4)
0 Favorites   0 Comments

Color spaces of #cfcc04

RGB 2072044
HSL0.160.960.41
HSV59°98°81°
CMYK 0.000.010.98   0.19
XYZ47.346956.45998.5173
Yxy56.45990.42150.5027
Hunter Lab75.1398-19.018745.8772
CIE-Lab79.8748-16.895679.7664

#cfcc04 color RGB value is (207,204,4).

#cfcc04 hex color red value is 207, green value is 204 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cfcc04 hue: 0.16 , saturation: 0.96 and the lightness value of cfcc04 is 0.41.

The process color (four color CMYK) of #cfcc04 color hex is 0.00, 0.01, 0.98, 0.19. Web safe color of #cfcc04 is #cccc00. Color #cfcc04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 00000100
Octal 317 314 4
Decimal 207 204 4
Hex CF CC 4

RGB Percentages of Color #cfcc04

%49.88
%49.16
%0.96

CMYK Percentages of Color #cfcc04

%0
%1
%98
%19

Triadic Colors of #cfcc04

#cfcc04 #04cfcc #cc04cf

Analogous Colors of #cfcc04

#cfcc04 #6dcf04 #cf6704

Monochromatic Colors of #cfcc04

#cfcc04

Complementary Color

#cfcc04 #0407cf

#cfcc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc04 Color CSS Codes

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

#cfcc04 Text Font Color

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

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


#cfcc04 Background Color

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

This div background color is #cfcc04


#cfcc04 Border Color

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

This div border color is #cfcc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc04


Comments

No comments written yet.

Please login to write comment.