Color Hex Logo

#ccdb98 Color Hex

#CCDB98
(204,219,152)
0 Favorites   0 Comments

Color spaces of #ccdb98

RGB 204219152
HSL0.200.480.73
HSV73°31°86°
CMYK 0.070.000.31   0.14
XYZ55.900965.767439.4539
Yxy65.76740.34690.4082
Hunter Lab81.0971-18.878427.9233
CIE-Lab84.8776-15.898331.3421

#ccdb98 color RGB value is (204,219,152).

#ccdb98 hex color red value is 204, green value is 219 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ccdb98 hue: 0.20 , saturation: 0.48 and the lightness value of ccdb98 is 0.73.

The process color (four color CMYK) of #ccdb98 color hex is 0.07, 0.00, 0.31, 0.14. Web safe color of #ccdb98 is #cccc99. Color #ccdb98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10011000
Octal 314 333 230
Decimal 204 219 152
Hex CC DB 98

RGB Percentages of Color #ccdb98

%35.48
%38.09
%26.43

CMYK Percentages of Color #ccdb98

%7
%0
%31
%14

Triadic Colors of #ccdb98

#ccdb98 #98ccdb #db98cc

Analogous Colors of #ccdb98

#ccdb98 #abdb98 #dbc998

Monochromatic Colors of #ccdb98

#ccdb98

Complementary Color

#ccdb98 #a798db

#ccdb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb98 Color CSS Codes

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

#ccdb98 Text Font Color

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

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


#ccdb98 Background Color

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

This div background color is #ccdb98


#ccdb98 Border Color

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

This div border color is #ccdb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb98


Comments

No comments written yet.

Please login to write comment.