Color Hex Logo

#cfb46b Color Hex

#CFB46B
(207,180,107)
0 Favorites   0 Comments

Color spaces of #cfb46b

RGB 207180107
HSL0.120.510.62
HSV44°48°81°
CMYK 0.000.130.48   0.19
XYZ44.707246.969520.6196
Yxy46.96950.39810.4183
Hunter Lab68.5343-3.493530.1357
CIE-Lab74.17030.185940.6144

#cfb46b color RGB value is (207,180,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 01101011
Octal 317 264 153
Decimal 207 180 107
Hex CF B4 6B

RGB Percentages of Color #cfb46b

%41.90
%36.44
%21.66

CMYK Percentages of Color #cfb46b

%0
%13
%48
%19

Triadic Colors of #cfb46b

#cfb46b #6bcfb4 #b46bcf

Analogous Colors of #cfb46b

#cfb46b #b8cf6b #cf826b

Monochromatic Colors of #cfb46b

#cfb46b

Complementary Color

#cfb46b #6b86cf

#cfb46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb46b Color CSS Codes

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

#cfb46b Text Font Color

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

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


#cfb46b Background Color

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

This div background color is #cfb46b


#cfb46b Border Color

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

This div border color is #cfb46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb46b


Comments

No comments written yet.

Please login to write comment.