Color Hex Logo

#cfd018 Color Hex

#CFD018
(207,208,24)
0 Favorites   0 Comments

Color spaces of #cfd018

RGB 20720824
HSL0.170.790.45
HSV60°88°82°
CMYK 0.000.000.88   0.18
XYZ48.452958.44319.5911
Yxy58.44310.41600.5017
Hunter Lab76.4481-20.650646.0752
CIE-Lab80.9845-18.616178.2264

#cfd018 color RGB value is (207,208,24).

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

The process color (four color CMYK) of #cfd018 color hex is 0.00, 0.00, 0.88, 0.18. Web safe color of #cfd018 is #cccc00. Color #cfd018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010000 00011000
Octal 317 320 30
Decimal 207 208 24
Hex CF D0 18

RGB Percentages of Color #cfd018

%47.15
%47.38
%5.47

CMYK Percentages of Color #cfd018

%0
%0
%88
%18

Triadic Colors of #cfd018

#cfd018 #18cfd0 #d018cf

Analogous Colors of #cfd018

#cfd018 #73d018 #d07518

Monochromatic Colors of #cfd018

#cfd018

Complementary Color

#cfd018 #1918d0

#cfd018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd018 Color CSS Codes

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

#cfd018 Text Font Color

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

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


#cfd018 Background Color

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

This div background color is #cfd018


#cfd018 Border Color

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

This div border color is #cfd018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd018


Comments

No comments written yet.

Please login to write comment.