Color Hex Logo

#cfda71 Color Hex

#CFDA71
(207,218,113)
0 Favorites   0 Comments

Color spaces of #cfda71

RGB 207218113
HSL0.180.590.65
HSV66°48°85°
CMYK 0.050.000.48   0.15
XYZ53.784264.600525.2572
Yxy64.60050.37440.4497
Hunter Lab80.3744-21.208337.6306
CIE-Lab84.2775-18.667050.0054

#cfda71 color RGB value is (207,218,113).

#cfda71 hex color red value is 207, green value is 218 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cfda71 hue: 0.18 , saturation: 0.59 and the lightness value of cfda71 is 0.65.

The process color (four color CMYK) of #cfda71 color hex is 0.05, 0.00, 0.48, 0.15. Web safe color of #cfda71 is #cccc66. Color #cfda71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011010 01110001
Octal 317 332 161
Decimal 207 218 113
Hex CF DA 71

RGB Percentages of Color #cfda71

%38.48
%40.52
%21.00

CMYK Percentages of Color #cfda71

%5
%0
%48
%15

Triadic Colors of #cfda71

#cfda71 #71cfda #da71cf

Analogous Colors of #cfda71

#cfda71 #9bda71 #dab171

Monochromatic Colors of #cfda71

#cfda71

Complementary Color

#cfda71 #7c71da

#cfda71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfda71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfda71 Color CSS Codes

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

#cfda71 Text Font Color

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

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


#cfda71 Background Color

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

This div background color is #cfda71


#cfda71 Border Color

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

This div border color is #cfda71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfda71


Comments

No comments written yet.

Please login to write comment.