Color Hex Logo

#cfdc7b Color Hex

#CFDC7B
(207,220,123)
0 Favorites   0 Comments

Color spaces of #cfdc7b

RGB 207220123
HSL0.190.580.67
HSV68°44°86°
CMYK 0.060.000.44   0.14
XYZ54.900565.881928.5618
Yxy65.88190.36760.4411
Hunter Lab81.1677-21.308935.9540
CIE-Lab84.9361-18.664545.9998

#cfdc7b color RGB value is (207,220,123).

#cfdc7b hex color red value is 207, green value is 220 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfdc7b hue: 0.19 , saturation: 0.58 and the lightness value of cfdc7b is 0.67.

The process color (four color CMYK) of #cfdc7b color hex is 0.06, 0.00, 0.44, 0.14. Web safe color of #cfdc7b is #cccc66. Color #cfdc7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 01111011
Octal 317 334 173
Decimal 207 220 123
Hex CF DC 7B

RGB Percentages of Color #cfdc7b

%37.64
%40.00
%22.36

CMYK Percentages of Color #cfdc7b

%6
%0
%44
%14

Triadic Colors of #cfdc7b

#cfdc7b #7bcfdc #dc7bcf

Analogous Colors of #cfdc7b

#cfdc7b #9fdc7b #dcb97b

Monochromatic Colors of #cfdc7b

#cfdc7b

Complementary Color

#cfdc7b #887bdc

#cfdc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc7b Color CSS Codes

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

#cfdc7b Text Font Color

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

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


#cfdc7b Background Color

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

This div background color is #cfdc7b


#cfdc7b Border Color

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

This div border color is #cfdc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc7b


Comments

No comments written yet.

Please login to write comment.