Color Hex Logo

#cfd60e Color Hex

#CFD60E
(207,214,14)
0 Favorites   0 Comments

Color spaces of #cfd60e

RGB 20721414
HSL0.170.880.45
HSV62°93°84°
CMYK 0.030.000.93   0.16
XYZ49.858061.39029.6372
Yxy61.39020.41240.5078
Hunter Lab78.3519-23.530247.5537
CIE-Lab82.5881-21.703780.8488

#cfd60e color RGB value is (207,214,14).

#cfd60e hex color red value is 207, green value is 214 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cfd60e hue: 0.17 , saturation: 0.88 and the lightness value of cfd60e is 0.45.

The process color (four color CMYK) of #cfd60e color hex is 0.03, 0.00, 0.93, 0.16. Web safe color of #cfd60e is #cccc00. Color #cfd60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 00001110
Octal 317 326 16
Decimal 207 214 14
Hex CF D6 E

RGB Percentages of Color #cfd60e

%47.59
%49.20
%3.22

CMYK Percentages of Color #cfd60e

%3
%0
%93
%16

Triadic Colors of #cfd60e

#cfd60e #0ecfd6 #d60ecf

Analogous Colors of #cfd60e

#cfd60e #6bd60e #d6790e

Monochromatic Colors of #cfd60e

#cfd60e

Complementary Color

#cfd60e #150ed6

#cfd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd60e Color CSS Codes

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

#cfd60e Text Font Color

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

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


#cfd60e Background Color

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

This div background color is #cfd60e


#cfd60e Border Color

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

This div border color is #cfd60e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,214,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 #cfd60e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd60e

#cfd60e Color Palettes


Comments

No comments written yet.

Please login to write comment.