Color Hex Logo

#cfb153 Color Hex

#CFB153
(207,177,83)
0 Favorites   0 Comments

Color spaces of #cfb153

RGB 20717783
HSL0.130.560.57
HSV45°60°81°
CMYK 0.000.140.60   0.19
XYZ43.015645.334214.6668
Yxy45.33420.41760.4401
Hunter Lab67.3307-3.790334.2162
CIE-Lab73.1114-0.217651.1173

#cfb153 color RGB value is (207,177,83).

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

The process color (four color CMYK) of #cfb153 color hex is 0.00, 0.14, 0.60, 0.19. Web safe color of #cfb153 is #cc9966. Color #cfb153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 01010011
Octal 317 261 123
Decimal 207 177 83
Hex CF B1 53

RGB Percentages of Color #cfb153

%44.33
%37.90
%17.77

CMYK Percentages of Color #cfb153

%0
%14
%60
%19

Triadic Colors of #cfb153

#cfb153 #53cfb1 #b153cf

Analogous Colors of #cfb153

#cfb153 #afcf53 #cf7353

Monochromatic Colors of #cfb153

#cfb153

Complementary Color

#cfb153 #5371cf

#cfb153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb153 Color CSS Codes

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

#cfb153 Text Font Color

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

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


#cfb153 Background Color

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

This div background color is #cfb153


#cfb153 Border Color

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

This div border color is #cfb153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb153


Comments

No comments written yet.

Please login to write comment.