Color Hex Logo

#ccbf04 Color Hex

#CCBF04
(204,191,4)
0 Favorites   0 Comments

Color spaces of #ccbf04

RGB 2041914
HSL0.160.960.41
HSV56°98°80°
CMYK 0.000.060.98   0.20
XYZ43.554650.10777.4911
Yxy50.10770.43060.4954
Hunter Lab70.7868-14.047143.2763
CIE-Lab76.1353-11.655076.9022

#ccbf04 color RGB value is (204,191,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00000100
Octal 314 277 4
Decimal 204 191 4
Hex CC BF 4

RGB Percentages of Color #ccbf04

%51.13
%47.87
%1.00

CMYK Percentages of Color #ccbf04

%0
%6
%98
%20

Triadic Colors of #ccbf04

#ccbf04 #04ccbf #bf04cc

Analogous Colors of #ccbf04

#ccbf04 #75cc04 #cc5b04

Monochromatic Colors of #ccbf04

#ccbf04

Complementary Color

#ccbf04 #0411cc

#ccbf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf04 Color CSS Codes

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

#ccbf04 Text Font Color

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

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


#ccbf04 Background Color

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

This div background color is #ccbf04


#ccbf04 Border Color

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

This div border color is #ccbf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf04


Comments

No comments written yet.

Please login to write comment.