Color Hex Logo

#cfc90e Color Hex

#CFC90E
(207,201,14)
0 Favorites   0 Comments

Color spaces of #cfc90e

RGB 20720114
HSL0.160.870.43
HSV58°93°81°
CMYK 0.000.030.93   0.19
XYZ46.698055.07048.5839
Yxy55.07040.42320.4990
Hunter Lab74.2094-17.541345.0885
CIE-Lab79.0818-15.296378.1768

#cfc90e color RGB value is (207,201,14).

#cfc90e hex color red value is 207, green value is 201 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cfc90e hue: 0.16 , saturation: 0.87 and the lightness value of cfc90e is 0.43.

The process color (four color CMYK) of #cfc90e color hex is 0.00, 0.03, 0.93, 0.19. Web safe color of #cfc90e is #cccc00. Color #cfc90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 00001110
Octal 317 311 16
Decimal 207 201 14
Hex CF C9 E

RGB Percentages of Color #cfc90e

%49.05
%47.63
%3.32

CMYK Percentages of Color #cfc90e

%0
%3
%93
%19

Triadic Colors of #cfc90e

#cfc90e #0ecfc9 #c90ecf

Analogous Colors of #cfc90e

#cfc90e #75cf0e #cf690e

Monochromatic Colors of #cfc90e

#cfc90e

Complementary Color

#cfc90e #0e14cf

#cfc90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc90e Color CSS Codes

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

#cfc90e Text Font Color

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

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


#cfc90e Background Color

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

This div background color is #cfc90e


#cfc90e Border Color

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

This div border color is #cfc90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc90e


Comments

No comments written yet.

Please login to write comment.