Color Hex Logo

#cfbc75 Color Hex

#CFBC75
(207,188,117)
0 Favorites   0 Comments

Color spaces of #cfbc75

RGB 207188117
HSL0.130.480.64
HSV47°43°81°
CMYK 0.000.090.43   0.19
XYZ46.926250.516224.1069
Yxy50.51620.38610.4156
Hunter Lab71.0747-6.528529.6425
CIE-Lab76.3850-3.030638.2924

#cfbc75 color RGB value is (207,188,117).

#cfbc75 hex color red value is 207, green value is 188 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cfbc75 hue: 0.13 , saturation: 0.48 and the lightness value of cfbc75 is 0.64.

The process color (four color CMYK) of #cfbc75 color hex is 0.00, 0.09, 0.43, 0.19. Web safe color of #cfbc75 is #cccc66. Color #cfbc75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01110101
Octal 317 274 165
Decimal 207 188 117
Hex CF BC 75

RGB Percentages of Color #cfbc75

%40.43
%36.72
%22.85

CMYK Percentages of Color #cfbc75

%0
%9
%43
%19

Triadic Colors of #cfbc75

#cfbc75 #75cfbc #bc75cf

Analogous Colors of #cfbc75

#cfbc75 #b5cf75 #cf8f75

Monochromatic Colors of #cfbc75

#cfbc75

Complementary Color

#cfbc75 #7588cf

#cfbc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc75 Color CSS Codes

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

#cfbc75 Text Font Color

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

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


#cfbc75 Background Color

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

This div background color is #cfbc75


#cfbc75 Border Color

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

This div border color is #cfbc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc75


Comments

No comments written yet.

Please login to write comment.