Color Hex Logo

#cfd98e Color Hex

#CFD98E
(207,217,142)
0 Favorites   0 Comments

Color spaces of #cfd98e

RGB 207217142
HSL0.190.500.70
HSV68°35°85°
CMYK 0.050.000.35   0.15
XYZ55.427564.844135.1860
Yxy64.84410.35650.4171
Hunter Lab80.5258-18.055230.4611
CIE-Lab84.4033-15.039835.8631

#cfd98e color RGB value is (207,217,142).

#cfd98e hex color red value is 207, green value is 217 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cfd98e hue: 0.19 , saturation: 0.50 and the lightness value of cfd98e is 0.70.

The process color (four color CMYK) of #cfd98e color hex is 0.05, 0.00, 0.35, 0.15. Web safe color of #cfd98e is #cccc99. Color #cfd98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 10001110
Octal 317 331 216
Decimal 207 217 142
Hex CF D9 8E

RGB Percentages of Color #cfd98e

%36.57
%38.34
%25.09

CMYK Percentages of Color #cfd98e

%5
%0
%35
%15

Triadic Colors of #cfd98e

#cfd98e #8ecfd9 #d98ecf

Analogous Colors of #cfd98e

#cfd98e #aad98e #d9be8e

Monochromatic Colors of #cfd98e

#cfd98e

Complementary Color

#cfd98e #988ed9

#cfd98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd98e Color CSS Codes

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

#cfd98e Text Font Color

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

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


#cfd98e Background Color

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

This div background color is #cfd98e


#cfd98e Border Color

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

This div border color is #cfd98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd98e


Comments

No comments written yet.

Please login to write comment.