Color Hex Logo

#cfb830 Color Hex

#CFB830
(207,184,48)
0 Favorites   0 Comments

Color spaces of #cfb830

RGB 20718448
HSL0.140.620.50
HSV51°77°81°
CMYK 0.000.110.77   0.19
XYZ43.406147.75989.7271
Yxy47.75980.43020.4734
Hunter Lab69.1085-8.826440.0308
CIE-Lab74.6732-5.791266.9261

#cfb830 color RGB value is (207,184,48).

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

The process color (four color CMYK) of #cfb830 color hex is 0.00, 0.11, 0.77, 0.19. Web safe color of #cfb830 is #cccc33. Color #cfb830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 00110000
Octal 317 270 60
Decimal 207 184 48
Hex CF B8 30

RGB Percentages of Color #cfb830

%47.15
%41.91
%10.93

CMYK Percentages of Color #cfb830

%0
%11
%77
%19

Triadic Colors of #cfb830

#cfb830 #30cfb8 #b830cf

Analogous Colors of #cfb830

#cfb830 #97cf30 #cf6930

Monochromatic Colors of #cfb830

#cfb830

Complementary Color

#cfb830 #3047cf

#cfb830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb830 Color CSS Codes

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

#cfb830 Text Font Color

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

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


#cfb830 Background Color

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

This div background color is #cfb830


#cfb830 Border Color

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

This div border color is #cfb830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb830


Comments

No comments written yet.

Please login to write comment.