Color Hex Logo

#cfdc4b Color Hex

#CFDC4B
(207,220,75)
0 Favorites   0 Comments

Color spaces of #cfdc4b

RGB 20722075
HSL0.180.670.58
HSV65°66°86°
CMYK 0.060.000.66   0.14
XYZ52.595364.959816.4230
Yxy64.95980.39260.4849
Hunter Lab80.5976-24.562844.3371
CIE-Lab84.4630-22.536866.7502

#cfdc4b color RGB value is (207,220,75).

#cfdc4b hex color red value is 207, green value is 220 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cfdc4b hue: 0.18 , saturation: 0.67 and the lightness value of cfdc4b is 0.58.

The process color (four color CMYK) of #cfdc4b color hex is 0.06, 0.00, 0.66, 0.14. Web safe color of #cfdc4b is #cccc33. Color #cfdc4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 01001011
Octal 317 334 113
Decimal 207 220 75
Hex CF DC 4B

RGB Percentages of Color #cfdc4b

%41.24
%43.82
%14.94

CMYK Percentages of Color #cfdc4b

%6
%0
%66
%14

Triadic Colors of #cfdc4b

#cfdc4b #4bcfdc #dc4bcf

Analogous Colors of #cfdc4b

#cfdc4b #87dc4b #dca14b

Monochromatic Colors of #cfdc4b

#cfdc4b

Complementary Color

#cfdc4b #584bdc

#cfdc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc4b Color CSS Codes

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

#cfdc4b Text Font Color

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

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


#cfdc4b Background Color

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

This div background color is #cfdc4b


#cfdc4b Border Color

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

This div border color is #cfdc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc4b


Comments

No comments written yet.

Please login to write comment.