Color Hex Logo

#cfd98b Color Hex

#CFD98B
(207,217,139)
0 Favorites   0 Comments

Color spaces of #cfd98b

RGB 207217139
HSL0.190.510.70
HSV68°36°85°
CMYK 0.050.000.36   0.15
XYZ55.205264.755234.0155
Yxy64.75520.35850.4206
Hunter Lab80.4706-18.367331.2671
CIE-Lab84.3574-15.401237.3231

#cfd98b color RGB value is (207,217,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 10001011
Octal 317 331 213
Decimal 207 217 139
Hex CF D9 8B

RGB Percentages of Color #cfd98b

%36.77
%38.54
%24.69

CMYK Percentages of Color #cfd98b

%5
%0
%36
%15

Triadic Colors of #cfd98b

#cfd98b #8bcfd9 #d98bcf

Analogous Colors of #cfd98b

#cfd98b #a8d98b #d9bc8b

Monochromatic Colors of #cfd98b

#cfd98b

Complementary Color

#cfd98b #958bd9

#cfd98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd98b Color CSS Codes

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

#cfd98b Text Font Color

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

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


#cfd98b Background Color

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

This div background color is #cfd98b


#cfd98b Border Color

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

This div border color is #cfd98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd98b


Comments

No comments written yet.

Please login to write comment.