Color Hex Logo

#cfbb52 Color Hex

#CFBB52
(207,187,82)
0 Favorites   0 Comments

Color spaces of #cfbb52

RGB 20718782
HSL0.140.570.57
HSV50°60°81°
CMYK 0.000.100.60   0.19
XYZ45.025449.415215.1476
Yxy49.41520.41090.4509
Hunter Lab70.2959-8.686536.4312
CIE-Lab75.7089-5.525854.4874

#cfbb52 color RGB value is (207,187,82).

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

The process color (four color CMYK) of #cfbb52 color hex is 0.00, 0.10, 0.60, 0.19. Web safe color of #cfbb52 is #cccc66. Color #cfbb52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 01010010
Octal 317 273 122
Decimal 207 187 82
Hex CF BB 52

RGB Percentages of Color #cfbb52

%43.49
%39.29
%17.23

CMYK Percentages of Color #cfbb52

%0
%10
%60
%19

Triadic Colors of #cfbb52

#cfbb52 #52cfbb #bb52cf

Analogous Colors of #cfbb52

#cfbb52 #a5cf52 #cf7d52

Monochromatic Colors of #cfbb52

#cfbb52

Complementary Color

#cfbb52 #5266cf

#cfbb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb52 Color CSS Codes

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

#cfbb52 Text Font Color

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

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


#cfbb52 Background Color

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

This div background color is #cfbb52


#cfbb52 Border Color

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

This div border color is #cfbb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb52


Comments

No comments written yet.

Please login to write comment.