color codes Logo

#cde076 color codes

#CDE076
(205,224,118)
0 Favorites   0 Comments

Color spaces of #cde076

RGB 205224118
HSL0.200.630.67
HSV71°47°88°
CMYK 0.080.000.47   0.12
XYZ55.102567.598527.2831
Yxy67.59850.36740.4507
Hunter Lab82.2183-24.251837.8782
CIE-Lab85.8053-21.900849.4381

#cde076 color RGB value is (205,224,118).

#cde076 hex color red value is 205, green value is 224 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cde076 hue: 0.20 , saturation: 0.63 and the lightness value of cde076 is 0.67.

The process color (four color CMYK) of #cde076 color code is 0.08, 0.00, 0.47, 0.12. Web safe color of #cde076 is #cccc66. Color #cde076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01110110
Octal 315 340 166
Decimal 205 224 118
Hex CD E0 76

RGB Percentages of Color #cde076

%37.48
%40.95
%21.57

CMYK Percentages of Color #cde076

%8
%0
%47
%12

Triadic Colors of #cde076

#cde076 #76cde0 #e076cd

Analogous Colors of #cde076

#cde076 #98e076 #e0be76

Monochromatic Colors of #cde076

#cde076

Complementary Color

#cde076 #8976e0

#cde076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde076 Color CSS Codes

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

#cde076 Text Font Color

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

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


#cde076 Background Color

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

This div background color is #cde076


#cde076 Border Color

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

This div border color is #cde076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde076


Comments

No comments written yet.

Please login to write comment.