Color Hex Logo

#ccbf1d Color Hex

#CCBF1D
(204,191,29)
0 Favorites   0 Comments

Color spaces of #ccbf1d

RGB 20419129
HSL0.150.750.46
HSV56°86°80°
CMYK 0.000.060.86   0.20
XYZ43.754450.18778.5435
Yxy50.18770.42690.4897
Hunter Lab70.8433-13.730142.4401
CIE-Lab76.1843-11.277773.3159

#ccbf1d color RGB value is (204,191,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00011101
Octal 314 277 35
Decimal 204 191 29
Hex CC BF 1D

RGB Percentages of Color #ccbf1d

%48.11
%45.05
%6.84

CMYK Percentages of Color #ccbf1d

%0
%6
%86
%20

Triadic Colors of #ccbf1d

#ccbf1d #1dccbf #bf1dcc

Analogous Colors of #ccbf1d

#ccbf1d #82cc1d #cc681d

Monochromatic Colors of #ccbf1d

#ccbf1d

Complementary Color

#ccbf1d #1d2acc

#ccbf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf1d Color CSS Codes

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

#ccbf1d Text Font Color

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

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


#ccbf1d Background Color

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

This div background color is #ccbf1d


#ccbf1d Border Color

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

This div border color is #ccbf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf1d


Comments

No comments written yet.

Please login to write comment.