Color Hex Logo

#cfb850 Color Hex

#CFB850
(207,184,80)
0 Favorites   0 Comments

Color spaces of #cfb850

RGB 20718480
HSL0.140.570.56
HSV49°61°81°
CMYK 0.000.110.61   0.19
XYZ44.320648.125614.5426
Yxy48.12560.41430.4498
Hunter Lab69.3726-7.362536.1319
CIE-Lab74.9041-4.101254.4983

#cfb850 color RGB value is (207,184,80).

#cfb850 hex color red value is 207, green value is 184 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cfb850 hue: 0.14 , saturation: 0.57 and the lightness value of cfb850 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01010000
Octal 317 270 120
Decimal 207 184 80
Hex CF B8 50

RGB Percentages of Color #cfb850

%43.95
%39.07
%16.99

CMYK Percentages of Color #cfb850

%0
%11
%61
%19

Triadic Colors of #cfb850

#cfb850 #50cfb8 #b850cf

Analogous Colors of #cfb850

#cfb850 #a7cf50 #cf7950

Monochromatic Colors of #cfb850

#cfb850

Complementary Color

#cfb850 #5067cf

#cfb850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb850 Color CSS Codes

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

#cfb850 Text Font Color

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

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


#cfb850 Background Color

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

This div background color is #cfb850


#cfb850 Border Color

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

This div border color is #cfb850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb850


Comments

No comments written yet.

Please login to write comment.