Color Hex Logo

#cfb638 Color Hex

#CFB638
(207,182,56)
0 Favorites   0 Comments

Color spaces of #cfb638

RGB 20718256
HSL0.140.610.52
HSV50°73°81°
CMYK 0.000.120.73   0.19
XYZ43.173947.006810.5391
Yxy47.00680.42870.4667
Hunter Lab68.5615-7.579338.8791
CIE-Lab74.1941-4.414163.6785

#cfb638 color RGB value is (207,182,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 00111000
Octal 317 266 70
Decimal 207 182 56
Hex CF B6 38

RGB Percentages of Color #cfb638

%46.52
%40.90
%12.58

CMYK Percentages of Color #cfb638

%0
%12
%73
%19

Triadic Colors of #cfb638

#cfb638 #38cfb6 #b638cf

Analogous Colors of #cfb638

#cfb638 #9dcf38 #cf6b38

Monochromatic Colors of #cfb638

#cfb638

Complementary Color

#cfb638 #3851cf

#cfb638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb638 Color CSS Codes

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

#cfb638 Text Font Color

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

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


#cfb638 Background Color

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

This div background color is #cfb638


#cfb638 Border Color

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

This div border color is #cfb638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb638


Comments

No comments written yet.

Please login to write comment.