Color Hex Logo

#cfb752 Color Hex

#CFB752
(207,183,82)
0 Favorites   0 Comments

Color spaces of #cfb752

RGB 20718382
HSL0.130.570.57
HSV48°60°81°
CMYK 0.000.120.60   0.19
XYZ44.188647.741614.8687
Yxy47.74160.41380.4470
Hunter Lab69.0953-6.760435.6080
CIE-Lab74.6617-3.441653.3218

#cfb752 color RGB value is (207,183,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 01010010
Octal 317 267 122
Decimal 207 183 82
Hex CF B7 52

RGB Percentages of Color #cfb752

%43.86
%38.77
%17.37

CMYK Percentages of Color #cfb752

%0
%12
%60
%19

Triadic Colors of #cfb752

#cfb752 #52cfb7 #b752cf

Analogous Colors of #cfb752

#cfb752 #a9cf52 #cf7952

Monochromatic Colors of #cfb752

#cfb752

Complementary Color

#cfb752 #526acf

#cfb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb752 Color CSS Codes

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

#cfb752 Text Font Color

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

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


#cfb752 Background Color

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

This div background color is #cfb752


#cfb752 Border Color

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

This div border color is #cfb752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,183,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 #cfb752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb752


Comments

No comments written yet.

Please login to write comment.