Color Hex Logo

#cfbd1c Color Hex

#CFBD1C
(207,189,28)
0 Favorites   0 Comments

Color spaces of #cfbd1c

RGB 20718928
HSL0.150.760.46
HSV54°86°81°
CMYK 0.000.090.86   0.19
XYZ44.139349.74448.3739
Yxy49.74440.43160.4865
Hunter Lab70.5297-11.717142.3314
CIE-Lab75.9121-8.975673.4169

#cfbd1c color RGB value is (207,189,28).

#cfbd1c hex color red value is 207, green value is 189 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cfbd1c hue: 0.15 , saturation: 0.76 and the lightness value of cfbd1c is 0.46.

The process color (four color CMYK) of #cfbd1c color hex is 0.00, 0.09, 0.86, 0.19. Web safe color of #cfbd1c is #cccc33. Color #cfbd1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 00011100
Octal 317 275 34
Decimal 207 189 28
Hex CF BD 1C

RGB Percentages of Color #cfbd1c

%48.82
%44.58
%6.60

CMYK Percentages of Color #cfbd1c

%0
%9
%86
%19

Triadic Colors of #cfbd1c

#cfbd1c #1ccfbd #bd1ccf

Analogous Colors of #cfbd1c

#cfbd1c #88cf1c #cf631c

Monochromatic Colors of #cfbd1c

#cfbd1c

Complementary Color

#cfbd1c #1c2ecf

#cfbd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd1c Color CSS Codes

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

#cfbd1c Text Font Color

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

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


#cfbd1c Background Color

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

This div background color is #cfbd1c


#cfbd1c Border Color

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

This div border color is #cfbd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd1c


Comments

No comments written yet.

Please login to write comment.