Color Hex Logo

#cfd33f Color Hex

#CFD33F
(207,211,63)
0 Favorites   0 Comments

Color spaces of #cfd33f

RGB 20721163
HSL0.170.630.54
HSV62°70°83°
CMYK 0.020.000.70   0.17
XYZ49.923660.212813.6936
Yxy60.21280.40320.4863
Hunter Lab77.5969-20.952943.8549
CIE-Lab81.9537-18.792768.6823

#cfd33f color RGB value is (207,211,63).

#cfd33f hex color red value is 207, green value is 211 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cfd33f hue: 0.17 , saturation: 0.63 and the lightness value of cfd33f is 0.54.

The process color (four color CMYK) of #cfd33f color hex is 0.02, 0.00, 0.70, 0.17. Web safe color of #cfd33f is #cccc33. Color #cfd33f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 00111111
Octal 317 323 77
Decimal 207 211 63
Hex CF D3 3F

RGB Percentages of Color #cfd33f

%43.04
%43.87
%13.10

CMYK Percentages of Color #cfd33f

%2
%0
%70
%17

Triadic Colors of #cfd33f

#cfd33f #3fcfd3 #d33fcf

Analogous Colors of #cfd33f

#cfd33f #85d33f #d38d3f

Monochromatic Colors of #cfd33f

#cfd33f

Complementary Color

#cfd33f #433fd3

#cfd33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd33f Color CSS Codes

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

#cfd33f Text Font Color

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

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


#cfd33f Background Color

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

This div background color is #cfd33f


#cfd33f Border Color

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

This div border color is #cfd33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd33f


Comments

No comments written yet.

Please login to write comment.