Color Hex Logo

#cfc67b Color Hex

#CFC67B
(207,198,123)
0 Favorites   0 Comments

Color spaces of #cfc67b

RGB 207198123
HSL0.150.470.65
HSV54°41°81°
CMYK 0.000.040.41   0.19
XYZ49.501455.083626.7621
Yxy55.08360.37690.4194
Hunter Lab74.2183-10.827930.5737
CIE-Lab79.0894-7.586938.6668

#cfc67b color RGB value is (207,198,123).

#cfc67b hex color red value is 207, green value is 198 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfc67b hue: 0.15 , saturation: 0.47 and the lightness value of cfc67b is 0.65.

The process color (four color CMYK) of #cfc67b color hex is 0.00, 0.04, 0.41, 0.19. Web safe color of #cfc67b is #cccc66. Color #cfc67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01111011
Octal 317 306 173
Decimal 207 198 123
Hex CF C6 7B

RGB Percentages of Color #cfc67b

%39.20
%37.50
%23.30

CMYK Percentages of Color #cfc67b

%0
%4
%41
%19

Triadic Colors of #cfc67b

#cfc67b #7bcfc6 #c67bcf

Analogous Colors of #cfc67b

#cfc67b #aecf7b #cf9c7b

Monochromatic Colors of #cfc67b

#cfc67b

Complementary Color

#cfc67b #7b84cf

#cfc67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc67b Color CSS Codes

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

#cfc67b Text Font Color

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

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


#cfc67b Background Color

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

This div background color is #cfc67b


#cfc67b Border Color

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

This div border color is #cfc67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc67b


Comments

No comments written yet.

Please login to write comment.