Color Hex Logo

#cfb263 Color Hex

#CFB263
(207,178,99)
0 Favorites   0 Comments

Color spaces of #cfb263

RGB 20717899
HSL0.120.530.60
HSV44°52°81°
CMYK 0.000.140.52   0.19
XYZ43.904746.007018.3706
Yxy46.00700.40550.4249
Hunter Lab67.8285-3.158531.4219
CIE-Lab73.55010.518443.8826

#cfb263 color RGB value is (207,178,99).

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

The process color (four color CMYK) of #cfb263 color hex is 0.00, 0.14, 0.52, 0.19. Web safe color of #cfb263 is #cc9966. Color #cfb263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 01100011
Octal 317 262 143
Decimal 207 178 99
Hex CF B2 63

RGB Percentages of Color #cfb263

%42.77
%36.78
%20.45

CMYK Percentages of Color #cfb263

%0
%14
%52
%19

Triadic Colors of #cfb263

#cfb263 #63cfb2 #b263cf

Analogous Colors of #cfb263

#cfb263 #b6cf63 #cf7c63

Monochromatic Colors of #cfb263

#cfb263

Complementary Color

#cfb263 #6380cf

#cfb263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb263 Color CSS Codes

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

#cfb263 Text Font Color

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

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


#cfb263 Background Color

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

This div background color is #cfb263


#cfb263 Border Color

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

This div border color is #cfb263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb263


Comments

No comments written yet.

Please login to write comment.