Color Hex Logo

#cfb962 Color Hex

#CFB962
(207,185,98)
0 Favorites   0 Comments

Color spaces of #cfb962

RGB 20718598
HSL0.130.530.60
HSV48°53°81°
CMYK 0.000.110.53   0.19
XYZ45.285748.845218.5965
Yxy48.84520.40170.4333
Hunter Lab69.8893-6.645033.1464
CIE-Lab75.3549-3.250446.5432

#cfb962 color RGB value is (207,185,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01100010
Octal 317 271 142
Decimal 207 185 98
Hex CF B9 62

RGB Percentages of Color #cfb962

%42.24
%37.76
%20.00

CMYK Percentages of Color #cfb962

%0
%11
%53
%19

Triadic Colors of #cfb962

#cfb962 #62cfb9 #b962cf

Analogous Colors of #cfb962

#cfb962 #afcf62 #cf8362

Monochromatic Colors of #cfb962

#cfb962

Complementary Color

#cfb962 #6278cf

#cfb962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb962 Color CSS Codes

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

#cfb962 Text Font Color

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

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


#cfb962 Background Color

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

This div background color is #cfb962


#cfb962 Border Color

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

This div border color is #cfb962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,185,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 #cfb962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb962


Comments

No comments written yet.

Please login to write comment.