Color Hex Logo

#cfb469 Color Hex

#CFB469
(207,180,105)
0 Favorites   0 Comments

Color spaces of #cfb469

RGB 207180105
HSL0.120.520.61
HSV44°49°81°
CMYK 0.000.130.49   0.19
XYZ44.603246.927820.0717
Yxy46.92780.39970.4205
Hunter Lab68.5039-3.659630.5807
CIE-Lab74.1436-0.000841.5948

#cfb469 color RGB value is (207,180,105).

#cfb469 hex color red value is 207, green value is 180 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cfb469 hue: 0.12 , saturation: 0.52 and the lightness value of cfb469 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 01101001
Octal 317 264 151
Decimal 207 180 105
Hex CF B4 69

RGB Percentages of Color #cfb469

%42.07
%36.59
%21.34

CMYK Percentages of Color #cfb469

%0
%13
%49
%19

Triadic Colors of #cfb469

#cfb469 #69cfb4 #b469cf

Analogous Colors of #cfb469

#cfb469 #b7cf69 #cf8169

Monochromatic Colors of #cfb469

#cfb469

Complementary Color

#cfb469 #6984cf

#cfb469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb469 Color CSS Codes

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

#cfb469 Text Font Color

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

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


#cfb469 Background Color

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

This div background color is #cfb469


#cfb469 Border Color

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

This div border color is #cfb469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb469


Comments

No comments written yet.

Please login to write comment.