Color Hex Logo

#cfd998 Color Hex

#CFD998
(207,217,152)
0 Favorites   0 Comments

Color spaces of #cfd998

RGB 207217152
HSL0.190.460.72
HSV69°30°85°
CMYK 0.050.000.30   0.15
XYZ56.212565.158139.3198
Yxy65.15810.34980.4055
Hunter Lab80.7206-16.956527.6236
CIE-Lab84.5651-13.774430.9651

#cfd998 color RGB value is (207,217,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 10011000
Octal 317 331 230
Decimal 207 217 152
Hex CF D9 98

RGB Percentages of Color #cfd998

%35.94
%37.67
%26.39

CMYK Percentages of Color #cfd998

%5
%0
%30
%15

Triadic Colors of #cfd998

#cfd998 #98cfd9 #d998cf

Analogous Colors of #cfd998

#cfd998 #afd998 #d9c398

Monochromatic Colors of #cfd998

#cfd998

Complementary Color

#cfd998 #a298d9

#cfd998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd998 Color CSS Codes

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

#cfd998 Text Font Color

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

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


#cfd998 Background Color

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

This div background color is #cfd998


#cfd998 Border Color

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

This div border color is #cfd998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd998


Comments

No comments written yet.

Please login to write comment.