Color Hex Logo

#cfd61e Color Hex

#CFD61E
(207,214,30)
0 Favorites   0 Comments

Color spaces of #cfd61e

RGB 20721430
HSL0.170.750.48
HSV62°86°84°
CMYK 0.030.000.86   0.16
XYZ50.013061.452310.4538
Yxy61.45230.41020.5040
Hunter Lab78.3915-23.303946.9675
CIE-Lab82.6213-21.429578.4566

#cfd61e color RGB value is (207,214,30).

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

The process color (four color CMYK) of #cfd61e color hex is 0.03, 0.00, 0.86, 0.16. Web safe color of #cfd61e is #cccc33. Color #cfd61e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 00011110
Octal 317 326 36
Decimal 207 214 30
Hex CF D6 1E

RGB Percentages of Color #cfd61e

%45.90
%47.45
%6.65

CMYK Percentages of Color #cfd61e

%3
%0
%86
%16

Triadic Colors of #cfd61e

#cfd61e #1ecfd6 #d61ecf

Analogous Colors of #cfd61e

#cfd61e #73d61e #d6811e

Monochromatic Colors of #cfd61e

#cfd61e

Complementary Color

#cfd61e #251ed6

#cfd61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd61e Color CSS Codes

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

#cfd61e Text Font Color

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

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


#cfd61e Background Color

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

This div background color is #cfd61e


#cfd61e Border Color

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

This div border color is #cfd61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd61e


Comments

No comments written yet.

Please login to write comment.