Color Hex Logo

#cdf998 Color Hex

#CDF998
(205,249,152)
0 Favorites   0 Comments

Color spaces of #cdf998

RGB 205249152
HSL0.240.890.79
HSV87°39°98°
CMYK 0.180.000.39   0.02
XYZ64.720082.997542.3148
Yxy82.99750.34060.4368
Hunter Lab91.1030-32.622936.2335
CIE-Lab93.0133-30.002642.0029

#cdf998 color RGB value is (205,249,152).

#cdf998 hex color red value is 205, green value is 249 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cdf998 hue: 0.24 , saturation: 0.89 and the lightness value of cdf998 is 0.79.

The process color (four color CMYK) of #cdf998 color hex is 0.18, 0.00, 0.39, 0.02. Web safe color of #cdf998 is #ccff99. Color #cdf998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 10011000
Octal 315 371 230
Decimal 205 249 152
Hex CD F9 98

RGB Percentages of Color #cdf998

%33.83
%41.09
%25.08

CMYK Percentages of Color #cdf998

%18
%0
%39
%2

Triadic Colors of #cdf998

#cdf998 #98cdf9 #f998cd

Analogous Colors of #cdf998

#cdf998 #9df998 #f9f598

Monochromatic Colors of #cdf998

#cdf998

Complementary Color

#cdf998 #c498f9

#cdf998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf998 Color CSS Codes

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

#cdf998 Text Font Color

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

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


#cdf998 Background Color

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

This div background color is #cdf998


#cdf998 Border Color

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

This div border color is #cdf998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf998


Comments

No comments written yet.

Please login to write comment.