Color Hex Logo

#cde075 Color Hex

#CDE075
(205,224,117)
0 Favorites   0 Comments

Color spaces of #cde075

RGB 205224117
HSL0.200.630.67
HSV71°48°88°
CMYK 0.080.000.48   0.12
XYZ55.043467.574826.9718
Yxy67.57480.36800.4517
Hunter Lab82.2039-24.333938.0892
CIE-Lab85.7934-21.998649.8990

#cde075 color RGB value is (205,224,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01110101
Octal 315 340 165
Decimal 205 224 117
Hex CD E0 75

RGB Percentages of Color #cde075

%37.55
%41.03
%21.43

CMYK Percentages of Color #cde075

%8
%0
%48
%12

Triadic Colors of #cde075

#cde075 #75cde0 #e075cd

Analogous Colors of #cde075

#cde075 #98e075 #e0be75

Monochromatic Colors of #cde075

#cde075

Complementary Color

#cde075 #8875e0

#cde075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde075 Color CSS Codes

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

#cde075 Text Font Color

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

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


#cde075 Background Color

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

This div background color is #cde075


#cde075 Border Color

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

This div border color is #cde075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde075


Comments

No comments written yet.

Please login to write comment.