Color Hex Logo

#cfd64b Color Hex

#CFD64B
(207,214,75)
0 Favorites   0 Comments

Color spaces of #cfd64b

RGB 20721475
HSL0.180.630.57
HSV63°65°84°
CMYK 0.030.000.65   0.16
XYZ51.048761.866515.9075
Yxy61.86650.39630.4802
Hunter Lab78.6553-21.796943.0677
CIE-Lab82.8424-19.615065.0818

#cfd64b color RGB value is (207,214,75).

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

The process color (four color CMYK) of #cfd64b color hex is 0.03, 0.00, 0.65, 0.16. Web safe color of #cfd64b is #cccc33. Color #cfd64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 01001011
Octal 317 326 113
Decimal 207 214 75
Hex CF D6 4B

RGB Percentages of Color #cfd64b

%41.73
%43.15
%15.12

CMYK Percentages of Color #cfd64b

%3
%0
%65
%16

Triadic Colors of #cfd64b

#cfd64b #4bcfd6 #d64bcf

Analogous Colors of #cfd64b

#cfd64b #8ad64b #d6984b

Monochromatic Colors of #cfd64b

#cfd64b

Complementary Color

#cfd64b #524bd6

#cfd64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd64b Color CSS Codes

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

#cfd64b Text Font Color

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

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


#cfd64b Background Color

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

This div background color is #cfd64b


#cfd64b Border Color

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

This div border color is #cfd64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd64b


Comments

No comments written yet.

Please login to write comment.