Color Hex Logo

#cdd688 Color Hex

#CDD688
(205,214,136)
0 Favorites   0 Comments

Color spaces of #cdd688

RGB 205214136
HSL0.190.490.69
HSV67°36°84°
CMYK 0.040.000.36   0.16
XYZ53.667362.849832.5952
Yxy62.84980.35990.4215
Hunter Lab79.2779-17.900431.1173
CIE-Lab83.3633-15.026537.5247

#cdd688 color RGB value is (205,214,136).

#cdd688 hex color red value is 205, green value is 214 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cdd688 hue: 0.19 , saturation: 0.49 and the lightness value of cdd688 is 0.69.

The process color (four color CMYK) of #cdd688 color hex is 0.04, 0.00, 0.36, 0.16. Web safe color of #cdd688 is #cccc99. Color #cdd688 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 10001000
Octal 315 326 210
Decimal 205 214 136
Hex CD D6 88

RGB Percentages of Color #cdd688

%36.94
%38.56
%24.50

CMYK Percentages of Color #cdd688

%4
%0
%36
%16

Triadic Colors of #cdd688

#cdd688 #88cdd6 #d688cd

Analogous Colors of #cdd688

#cdd688 #a6d688 #d6b888

Monochromatic Colors of #cdd688

#cdd688

Complementary Color

#cdd688 #9188d6

#cdd688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd688 Color CSS Codes

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

#cdd688 Text Font Color

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

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


#cdd688 Background Color

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

This div background color is #cdd688


#cdd688 Border Color

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

This div border color is #cdd688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd688


Comments

No comments written yet.

Please login to write comment.