Color Hex Logo

#cfc36b Color Hex

#CFC36B
(207,195,107)
0 Favorites   0 Comments

Color spaces of #cfc36b

RGB 207195107
HSL0.150.510.62
HSV53°48°81°
CMYK 0.000.060.48   0.19
XYZ47.901153.357121.6842
Yxy53.35710.38960.4340
Hunter Lab73.0459-10.776033.5315
CIE-Lab78.0854-7.641845.4211

#cfc36b color RGB value is (207,195,107).

#cfc36b hex color red value is 207, green value is 195 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cfc36b hue: 0.15 , saturation: 0.51 and the lightness value of cfc36b is 0.62.

The process color (four color CMYK) of #cfc36b color hex is 0.00, 0.06, 0.48, 0.19. Web safe color of #cfc36b is #cccc66. Color #cfc36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 01101011
Octal 317 303 153
Decimal 207 195 107
Hex CF C3 6B

RGB Percentages of Color #cfc36b

%40.67
%38.31
%21.02

CMYK Percentages of Color #cfc36b

%0
%6
%48
%19

Triadic Colors of #cfc36b

#cfc36b #6bcfc3 #c36bcf

Analogous Colors of #cfc36b

#cfc36b #a9cf6b #cf916b

Monochromatic Colors of #cfc36b

#cfc36b

Complementary Color

#cfc36b #6b77cf

#cfc36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc36b Color CSS Codes

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

#cfc36b Text Font Color

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

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


#cfc36b Background Color

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

This div background color is #cfc36b


#cfc36b Border Color

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

This div border color is #cfc36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc36b


Comments

No comments written yet.

Please login to write comment.