Color Hex Logo

#cfb462 Color Hex

#CFB462
(207,180,98)
0 Favorites   0 Comments

Color spaces of #cfb462

RGB 20718098
HSL0.130.530.60
HSV45°53°81°
CMYK 0.000.130.53   0.19
XYZ44.258046.789818.2540
Yxy46.78980.40490.4281
Hunter Lab68.4031-4.212732.0601
CIE-Lab74.0551-0.624544.9876

#cfb462 color RGB value is (207,180,98).

#cfb462 hex color red value is 207, green value is 180 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cfb462 hue: 0.13 , saturation: 0.53 and the lightness value of cfb462 is 0.60.

The process color (four color CMYK) of #cfb462 color hex is 0.00, 0.13, 0.53, 0.19. Web safe color of #cfb462 is #cccc66. Color #cfb462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 01100010
Octal 317 264 142
Decimal 207 180 98
Hex CF B4 62

RGB Percentages of Color #cfb462

%42.68
%37.11
%20.21

CMYK Percentages of Color #cfb462

%0
%13
%53
%19

Triadic Colors of #cfb462

#cfb462 #62cfb4 #b462cf

Analogous Colors of #cfb462

#cfb462 #b4cf62 #cf7e62

Monochromatic Colors of #cfb462

#cfb462

Complementary Color

#cfb462 #627dcf

#cfb462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb462 Color CSS Codes

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

#cfb462 Text Font Color

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

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


#cfb462 Background Color

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

This div background color is #cfb462


#cfb462 Border Color

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

This div border color is #cfb462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb462


Comments

No comments written yet.

Please login to write comment.