Color Hex Logo

#cfd47b Color Hex

#CFD47B
(207,212,123)
0 Favorites   0 Comments

Color spaces of #cfd47b

RGB 207212123
HSL0.180.510.66
HSV63°42°83°
CMYK 0.020.000.42   0.17
XYZ52.850861.782427.8786
Yxy61.78240.37090.4335
Hunter Lab78.6018-17.532133.9922
CIE-Lab82.7976-14.694543.3416

#cfd47b color RGB value is (207,212,123).

#cfd47b hex color red value is 207, green value is 212 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfd47b hue: 0.18 , saturation: 0.51 and the lightness value of cfd47b is 0.66.

The process color (four color CMYK) of #cfd47b color hex is 0.02, 0.00, 0.42, 0.17. Web safe color of #cfd47b is #cccc66. Color #cfd47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01111011
Octal 317 324 173
Decimal 207 212 123
Hex CF D4 7B

RGB Percentages of Color #cfd47b

%38.19
%39.11
%22.69

CMYK Percentages of Color #cfd47b

%2
%0
%42
%17

Triadic Colors of #cfd47b

#cfd47b #7bcfd4 #d47bcf

Analogous Colors of #cfd47b

#cfd47b #a3d47b #d4ad7b

Monochromatic Colors of #cfd47b

#cfd47b

Complementary Color

#cfd47b #807bd4

#cfd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd47b Color CSS Codes

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

#cfd47b Text Font Color

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

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


#cfd47b Background Color

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

This div background color is #cfd47b


#cfd47b Border Color

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

This div border color is #cfd47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd47b


Comments

No comments written yet.

Please login to write comment.