Color Hex Logo

#cce685 Color Hex

#CCE685
(204,230,133)
0 Favorites   0 Comments

Color spaces of #cce685

RGB 204230133
HSL0.210.660.71
HSV76°42°90°
CMYK 0.110.000.42   0.10
XYZ57.432371.124532.8917
Yxy71.12450.35570.4405
Hunter Lab84.3353-26.028535.9110
CIE-Lab87.5455-23.606644.3309

#cce685 color RGB value is (204,230,133).

#cce685 hex color red value is 204, green value is 230 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cce685 hue: 0.21 , saturation: 0.66 and the lightness value of cce685 is 0.71.

The process color (four color CMYK) of #cce685 color hex is 0.11, 0.00, 0.42, 0.10. Web safe color of #cce685 is #ccff99. Color #cce685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 10000101
Octal 314 346 205
Decimal 204 230 133
Hex CC E6 85

RGB Percentages of Color #cce685

%35.98
%40.56
%23.46

CMYK Percentages of Color #cce685

%11
%0
%42
%10

Triadic Colors of #cce685

#cce685 #85cce6 #e685cc

Analogous Colors of #cce685

#cce685 #9ce685 #e6d085

Monochromatic Colors of #cce685

#cce685

Complementary Color

#cce685 #9f85e6

#cce685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce685 Color CSS Codes

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

#cce685 Text Font Color

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

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


#cce685 Background Color

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

This div background color is #cce685


#cce685 Border Color

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

This div border color is #cce685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce685


Comments

No comments written yet.

Please login to write comment.