Color Hex Logo

#ccd188 Color Hex

#CCD188
(204,209,136)
0 Favorites   0 Comments

Color spaces of #ccd188

RGB 204209136
HSL0.180.440.68
HSV64°35°82°
CMYK 0.020.000.35   0.18
XYZ52.146260.215932.1670
Yxy60.21590.36080.4166
Hunter Lab77.5989-15.846729.7418
CIE-Lab81.9554-12.899935.6858

#ccd188 color RGB value is (204,209,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 10001000
Octal 314 321 210
Decimal 204 209 136
Hex CC D1 88

RGB Percentages of Color #ccd188

%37.16
%38.07
%24.77

CMYK Percentages of Color #ccd188

%2
%0
%35
%18

Triadic Colors of #ccd188

#ccd188 #88ccd1 #d188cc

Analogous Colors of #ccd188

#ccd188 #a8d188 #d1b288

Monochromatic Colors of #ccd188

#ccd188

Complementary Color

#ccd188 #8d88d1

#ccd188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd188 Color CSS Codes

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

#ccd188 Text Font Color

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

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


#ccd188 Background Color

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

This div background color is #ccd188


#ccd188 Border Color

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

This div border color is #ccd188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd188


Comments

No comments written yet.

Please login to write comment.