Color Hex Logo

#cde764 Color Hex

#CDE764
(205,231,100)
0 Favorites   0 Comments

Color spaces of #cde764

RGB 205231100
HSL0.200.730.65
HSV72°57°91°
CMYK 0.110.000.57   0.09
XYZ56.053071.051122.8165
Yxy71.05110.37390.4739
Hunter Lab84.2918-28.810442.9554
CIE-Lab87.5098-26.864459.6716

#cde764 color RGB value is (205,231,100).

#cde764 hex color red value is 205, green value is 231 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cde764 hue: 0.20 , saturation: 0.73 and the lightness value of cde764 is 0.65.

The process color (four color CMYK) of #cde764 color hex is 0.11, 0.00, 0.57, 0.09. Web safe color of #cde764 is #ccff66. Color #cde764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01100100
Octal 315 347 144
Decimal 205 231 100
Hex CD E7 64

RGB Percentages of Color #cde764

%38.25
%43.10
%18.66

CMYK Percentages of Color #cde764

%11
%0
%57
%9

Triadic Colors of #cde764

#cde764 #64cde7 #e764cd

Analogous Colors of #cde764

#cde764 #8ce764 #e7c064

Monochromatic Colors of #cde764

#cde764

Complementary Color

#cde764 #7e64e7

#cde764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde764 Color CSS Codes

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

#cde764 Text Font Color

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

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


#cde764 Background Color

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

This div background color is #cde764


#cde764 Border Color

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

This div border color is #cde764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde764


Comments

No comments written yet.

Please login to write comment.