Color Hex Logo

#cfd411 Color Hex

#CFD411
(207,212,17)
0 Favorites   0 Comments

Color spaces of #cfd411

RGB 20721217
HSL0.170.850.45
HSV62°92°83°
CMYK 0.020.000.92   0.17
XYZ49.376860.39289.5849
Yxy60.39280.41370.5060
Hunter Lab77.7128-22.582947.0863
CIE-Lab82.0512-20.691380.0848

#cfd411 color RGB value is (207,212,17).

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

The process color (four color CMYK) of #cfd411 color hex is 0.02, 0.00, 0.92, 0.17. Web safe color of #cfd411 is #cccc00. Color #cfd411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 00010001
Octal 317 324 21
Decimal 207 212 17
Hex CF D4 11

RGB Percentages of Color #cfd411

%47.48
%48.62
%3.90

CMYK Percentages of Color #cfd411

%2
%0
%92
%17

Triadic Colors of #cfd411

#cfd411 #11cfd4 #d411cf

Analogous Colors of #cfd411

#cfd411 #6ed411 #d47811

Monochromatic Colors of #cfd411

#cfd411

Complementary Color

#cfd411 #1611d4

#cfd411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd411 Color CSS Codes

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

#cfd411 Text Font Color

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

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


#cfd411 Background Color

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

This div background color is #cfd411


#cfd411 Border Color

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

This div border color is #cfd411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd411


Comments

No comments written yet.

Please login to write comment.