Color Hex Logo

#cfdc3b Color Hex

#CFDC3B
(207,220,59)
0 Favorites   0 Comments

Color spaces of #cfdc3b

RGB 20722059
HSL0.180.700.55
HSV65°73°86°
CMYK 0.060.000.73   0.14
XYZ52.114764.767613.8923
Yxy64.76760.39850.4953
Hunter Lab80.4783-25.247246.1001
CIE-Lab84.3638-23.363572.3553

#cfdc3b color RGB value is (207,220,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 00111011
Octal 317 334 73
Decimal 207 220 59
Hex CF DC 3B

RGB Percentages of Color #cfdc3b

%42.59
%45.27
%12.14

CMYK Percentages of Color #cfdc3b

%6
%0
%73
%14

Triadic Colors of #cfdc3b

#cfdc3b #3bcfdc #dc3bcf

Analogous Colors of #cfdc3b

#cfdc3b #7fdc3b #dc993b

Monochromatic Colors of #cfdc3b

#cfdc3b

Complementary Color

#cfdc3b #483bdc

#cfdc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc3b Color CSS Codes

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

#cfdc3b Text Font Color

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

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


#cfdc3b Background Color

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

This div background color is #cfdc3b


#cfdc3b Border Color

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

This div border color is #cfdc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc3b


Comments

No comments written yet.

Please login to write comment.