Color Hex Logo

#cfb62d Color Hex

#CFB62D
(207,182,45)
0 Favorites   0 Comments

Color spaces of #cfb62d

RGB 20718245
HSL0.140.640.49
HSV51°78°81°
CMYK 0.000.120.78   0.19
XYZ42.933746.91089.2745
Yxy46.91080.43320.4733
Hunter Lab68.4915-7.967839.9155
CIE-Lab74.1327-4.863467.4030

#cfb62d color RGB value is (207,182,45).

#cfb62d hex color red value is 207, green value is 182 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cfb62d hue: 0.14 , saturation: 0.64 and the lightness value of cfb62d is 0.49.

The process color (four color CMYK) of #cfb62d color hex is 0.00, 0.12, 0.78, 0.19. Web safe color of #cfb62d is #cccc33. Color #cfb62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 00101101
Octal 317 266 55
Decimal 207 182 45
Hex CF B6 2D

RGB Percentages of Color #cfb62d

%47.70
%41.94
%10.37

CMYK Percentages of Color #cfb62d

%0
%12
%78
%19

Triadic Colors of #cfb62d

#cfb62d #2dcfb6 #b62dcf

Analogous Colors of #cfb62d

#cfb62d #97cf2d #cf652d

Monochromatic Colors of #cfb62d

#cfb62d

Complementary Color

#cfb62d #2d46cf

#cfb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb62d Color CSS Codes

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

#cfb62d Text Font Color

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

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


#cfb62d Background Color

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

This div background color is #cfb62d


#cfb62d Border Color

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

This div border color is #cfb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb62d


Comments

No comments written yet.

Please login to write comment.