Color Hex Logo

#ccd18b Color Hex

#CCD18B
(204,209,139)
0 Favorites   0 Comments

Color spaces of #ccd18b

RGB 204209139
HSL0.180.430.68
HSV64°33°82°
CMYK 0.020.000.33   0.18
XYZ52.362560.302433.3058
Yxy60.30240.35870.4131
Hunter Lab77.6546-15.533128.9290
CIE-Lab82.0023-12.536834.2129

#ccd18b color RGB value is (204,209,139).

#ccd18b hex color red value is 204, green value is 209 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ccd18b hue: 0.18 , saturation: 0.43 and the lightness value of ccd18b is 0.68.

The process color (four color CMYK) of #ccd18b color hex is 0.02, 0.00, 0.33, 0.18. Web safe color of #ccd18b is #cccc99. Color #ccd18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 10001011
Octal 314 321 213
Decimal 204 209 139
Hex CC D1 8B

RGB Percentages of Color #ccd18b

%36.96
%37.86
%25.18

CMYK Percentages of Color #ccd18b

%2
%0
%33
%18

Triadic Colors of #ccd18b

#ccd18b #8bccd1 #d18bcc

Analogous Colors of #ccd18b

#ccd18b #a9d18b #d1b38b

Monochromatic Colors of #ccd18b

#ccd18b

Complementary Color

#ccd18b #908bd1

#ccd18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd18b Color CSS Codes

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

#ccd18b Text Font Color

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

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


#ccd18b Background Color

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

This div background color is #ccd18b


#ccd18b Border Color

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

This div border color is #ccd18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd18b


Comments

No comments written yet.

Please login to write comment.