Color Hex Logo

#ccbf21 Color Hex

#CCBF21
(204,191,33)
0 Favorites   0 Comments

Color spaces of #ccbf21

RGB 20419133
HSL0.150.720.46
HSV55°84°80°
CMYK 0.000.060.84   0.20
XYZ43.807250.20888.8212
Yxy50.20880.42600.4882
Hunter Lab70.8582-13.646342.2196
CIE-Lab76.1972-11.178172.4203

#ccbf21 color RGB value is (204,191,33).

#ccbf21 hex color red value is 204, green value is 191 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ccbf21 hue: 0.15 , saturation: 0.72 and the lightness value of ccbf21 is 0.46.

The process color (four color CMYK) of #ccbf21 color hex is 0.00, 0.06, 0.84, 0.20. Web safe color of #ccbf21 is #cccc33. Color #ccbf21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00100001
Octal 314 277 41
Decimal 204 191 33
Hex CC BF 21

RGB Percentages of Color #ccbf21

%47.66
%44.63
%7.71

CMYK Percentages of Color #ccbf21

%0
%6
%84
%20

Triadic Colors of #ccbf21

#ccbf21 #21ccbf #bf21cc

Analogous Colors of #ccbf21

#ccbf21 #84cc21 #cc6a21

Monochromatic Colors of #ccbf21

#ccbf21

Complementary Color

#ccbf21 #212ecc

#ccbf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf21 Color CSS Codes

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

#ccbf21 Text Font Color

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

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


#ccbf21 Background Color

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

This div background color is #ccbf21


#ccbf21 Border Color

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

This div border color is #ccbf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf21


Comments

No comments written yet.

Please login to write comment.