Color Hex Logo

#cde074 Color Hex

#CDE074
(205,224,116)
0 Favorites   0 Comments

Color spaces of #cde074

RGB 205224116
HSL0.200.640.67
HSV71°48°88°
CMYK 0.080.000.48   0.12
XYZ54.984967.551426.6637
Yxy67.55140.36850.4528
Hunter Lab82.1897-24.415438.2981
CIE-Lab85.7816-22.095750.3589

#cde074 color RGB value is (205,224,116).

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

The process color (four color CMYK) of #cde074 color hex is 0.08, 0.00, 0.48, 0.12. Web safe color of #cde074 is #cccc66. Color #cde074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01110100
Octal 315 340 164
Decimal 205 224 116
Hex CD E0 74

RGB Percentages of Color #cde074

%37.61
%41.10
%21.28

CMYK Percentages of Color #cde074

%8
%0
%48
%12

Triadic Colors of #cde074

#cde074 #74cde0 #e074cd

Analogous Colors of #cde074

#cde074 #97e074 #e0bd74

Monochromatic Colors of #cde074

#cde074

Complementary Color

#cde074 #8774e0

#cde074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde074 Color CSS Codes

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

#cde074 Text Font Color

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

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


#cde074 Background Color

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

This div background color is #cde074


#cde074 Border Color

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

This div border color is #cde074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde074


Comments

No comments written yet.

Please login to write comment.