Color Hex Logo

#ccd98f Color Hex

#CCD98F
(204,217,143)
0 Favorites   0 Comments

Color spaces of #ccd98f

RGB 204217143
HSL0.200.490.71
HSV71°34°85°
CMYK 0.060.000.34   0.15
XYZ54.672664.446235.5444
Yxy64.44620.35350.4167
Hunter Lab80.2784-18.922029.9434
CIE-Lab84.1975-16.057935.0439

#ccd98f color RGB value is (204,217,143).

#ccd98f hex color red value is 204, green value is 217 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccd98f hue: 0.20 , saturation: 0.49 and the lightness value of ccd98f is 0.71.

The process color (four color CMYK) of #ccd98f color hex is 0.06, 0.00, 0.34, 0.15. Web safe color of #ccd98f is #cccc99. Color #ccd98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 10001111
Octal 314 331 217
Decimal 204 217 143
Hex CC D9 8F

RGB Percentages of Color #ccd98f

%36.17
%38.48
%25.35

CMYK Percentages of Color #ccd98f

%6
%0
%34
%15

Triadic Colors of #ccd98f

#ccd98f #8fccd9 #d98fcc

Analogous Colors of #ccd98f

#ccd98f #a7d98f #d9c18f

Monochromatic Colors of #ccd98f

#ccd98f

Complementary Color

#ccd98f #9c8fd9

#ccd98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd98f Color CSS Codes

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

#ccd98f Text Font Color

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

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


#ccd98f Background Color

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

This div background color is #ccd98f


#ccd98f Border Color

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

This div border color is #ccd98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd98f


Comments

No comments written yet.

Please login to write comment.