Color Hex Logo

#cfbd48 Color Hex

#CFBD48
(207,189,72)
0 Favorites   0 Comments

Color spaces of #cfbd48

RGB 20718972
HSL0.140.580.55
HSV52°65°81°
CMYK 0.000.090.65   0.19
XYZ45.099450.128513.4297
Yxy50.12850.41510.4613
Hunter Lab70.8015-10.201038.3148
CIE-Lab76.1481-7.205359.3204

#cfbd48 color RGB value is (207,189,72).

#cfbd48 hex color red value is 207, green value is 189 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cfbd48 hue: 0.14 , saturation: 0.58 and the lightness value of cfbd48 is 0.55.

The process color (four color CMYK) of #cfbd48 color hex is 0.00, 0.09, 0.65, 0.19. Web safe color of #cfbd48 is #cccc33. Color #cfbd48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01001000
Octal 317 275 110
Decimal 207 189 72
Hex CF BD 48

RGB Percentages of Color #cfbd48

%44.23
%40.38
%15.38

CMYK Percentages of Color #cfbd48

%0
%9
%65
%19

Triadic Colors of #cfbd48

#cfbd48 #48cfbd #bd48cf

Analogous Colors of #cfbd48

#cfbd48 #9ecf48 #cf7a48

Monochromatic Colors of #cfbd48

#cfbd48

Complementary Color

#cfbd48 #485acf

#cfbd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd48 Color CSS Codes

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

#cfbd48 Text Font Color

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

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


#cfbd48 Background Color

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

This div background color is #cfbd48


#cfbd48 Border Color

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

This div border color is #cfbd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd48


Comments

No comments written yet.

Please login to write comment.