Color Hex Logo

#cfd13b Color Hex

#CFD13B
(207,209,59)
0 Favorites   0 Comments

Color spaces of #cfd13b

RGB 20720959
HSL0.170.620.53
HSV61°72°82°
CMYK 0.010.000.72   0.18
XYZ49.322059.182112.9614
Yxy59.18210.40610.4872
Hunter Lab76.9299-20.185843.8616
CIE-Lab81.3916-17.996769.5319

#cfd13b color RGB value is (207,209,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 00111011
Octal 317 321 73
Decimal 207 209 59
Hex CF D1 3B

RGB Percentages of Color #cfd13b

%43.58
%44.00
%12.42

CMYK Percentages of Color #cfd13b

%1
%0
%72
%18

Triadic Colors of #cfd13b

#cfd13b #3bcfd1 #d13bcf

Analogous Colors of #cfd13b

#cfd13b #84d13b #d1883b

Monochromatic Colors of #cfd13b

#cfd13b

Complementary Color

#cfd13b #3d3bd1

#cfd13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd13b Color CSS Codes

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

#cfd13b Text Font Color

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

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


#cfd13b Background Color

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

This div background color is #cfd13b


#cfd13b Border Color

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

This div border color is #cfd13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd13b


Comments

No comments written yet.

Please login to write comment.