Color Hex Logo

#ffcc06 Color Hex

#FFCC06
(255,204,6)
3 Favorites   0 Comments

Color spaces of #ffcc06

RGB 2552046
HSL0.131.000.51
HSV48°98°100°
CMYK 0.000.200.98   0.00
XYZ62.865764.45899.3007
Yxy64.45890.46010.4718
Hunter Lab80.2863-0.732149.3320
CIE-Lab84.20413.726484.6848

#ffcc06 color RGB value is (255,204,6).

#ffcc06 hex color red value is 255, green value is 204 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ffcc06 hue: 0.13 , saturation: 1.00 and the lightness value of ffcc06 is 0.51.

The process color (four color CMYK) of #ffcc06 color hex is 0.00, 0.20, 0.98, 0.00. Web safe color of #ffcc06 is #ffcc00. Color #ffcc06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 00000110
Octal 377 314 6
Decimal 255 204 6
Hex FF CC 6

RGB Percentages of Color #ffcc06

%54.84
%43.87
%1.29

CMYK Percentages of Color #ffcc06

%0
%20
%98
%0

Triadic Colors of #ffcc06

#ffcc06 #06ffcc #cc06ff

Analogous Colors of #ffcc06

#ffcc06 #b6ff06 #ff5006

Monochromatic Colors of #ffcc06

#ffcc06

Complementary Color

#ffcc06 #0639ff

#ffcc06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc06 Color CSS Codes

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

#ffcc06 Text Font Color

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

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


#ffcc06 Background Color

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

This div background color is #ffcc06


#ffcc06 Border Color

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

This div border color is #ffcc06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc06

Related Colors


Comments

No comments written yet.

Please login to write comment.