Color Hex Logo

#cde697 Color Hex

#CDE697
(205,230,151)
0 Favorites   0 Comments

Color spaces of #cde697

RGB 205230151
HSL0.220.610.75
HSV79°34°90°
CMYK 0.110.000.34   0.10
XYZ59.059671.807140.0255
Yxy71.80710.34560.4202
Hunter Lab84.7391-23.886331.3124
CIE-Lab87.8757-21.074635.8259

#cde697 color RGB value is (205,230,151).

#cde697 hex color red value is 205, green value is 230 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cde697 hue: 0.22 , saturation: 0.61 and the lightness value of cde697 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10010111
Octal 315 346 227
Decimal 205 230 151
Hex CD E6 97

RGB Percentages of Color #cde697

%34.98
%39.25
%25.77

CMYK Percentages of Color #cde697

%11
%0
%34
%10

Triadic Colors of #cde697

#cde697 #97cde6 #e697cd

Analogous Colors of #cde697

#cde697 #a6e697 #e6d897

Monochromatic Colors of #cde697

#cde697

Complementary Color

#cde697 #b097e6

#cde697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde697 Color CSS Codes

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

#cde697 Text Font Color

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

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


#cde697 Background Color

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

This div background color is #cde697


#cde697 Border Color

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

This div border color is #cde697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde697


Comments

No comments written yet.

Please login to write comment.