Color Hex Logo

#cfd14b Color Hex

#CFD14B
(207,209,75)
0 Favorites   0 Comments

Color spaces of #cfd14b

RGB 20720975
HSL0.170.590.56
HSV61°64°82°
CMYK 0.010.000.64   0.18
XYZ49.802659.374315.4921
Yxy59.37430.39950.4763
Hunter Lab77.0547-19.476342.0179
CIE-Lab81.4969-17.149863.6870

#cfd14b color RGB value is (207,209,75).

#cfd14b hex color red value is 207, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cfd14b hue: 0.17 , saturation: 0.59 and the lightness value of cfd14b is 0.56.

The process color (four color CMYK) of #cfd14b color hex is 0.01, 0.00, 0.64, 0.18. Web safe color of #cfd14b is #cccc33. Color #cfd14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 01001011
Octal 317 321 113
Decimal 207 209 75
Hex CF D1 4B

RGB Percentages of Color #cfd14b

%42.16
%42.57
%15.27

CMYK Percentages of Color #cfd14b

%1
%0
%64
%18

Triadic Colors of #cfd14b

#cfd14b #4bcfd1 #d14bcf

Analogous Colors of #cfd14b

#cfd14b #8cd14b #d1904b

Monochromatic Colors of #cfd14b

#cfd14b

Complementary Color

#cfd14b #4d4bd1

#cfd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd14b Color CSS Codes

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

#cfd14b Text Font Color

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

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


#cfd14b Background Color

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

This div background color is #cfd14b


#cfd14b Border Color

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

This div border color is #cfd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd14b


Comments

No comments written yet.

Please login to write comment.