Color Hex Logo

#cde507 Color Hex

#CDE507
(205,229,7)
0 Favorites   0 Comments

Color spaces of #cde507

RGB 2052297
HSL0.180.940.46
HSV66°97°90°
CMYK 0.100.000.97   0.10
XYZ53.234569.033110.7200
Yxy69.03310.40030.5191
Hunter Lab83.0862-31.033350.5106
CIE-Lab86.5204-29.748884.4084

#cde507 color RGB value is (205,229,7).

#cde507 hex color red value is 205, green value is 229 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cde507 hue: 0.18 , saturation: 0.94 and the lightness value of cde507 is 0.46.

The process color (four color CMYK) of #cde507 color hex is 0.10, 0.00, 0.97, 0.10. Web safe color of #cde507 is #cccc00. Color #cde507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 00000111
Octal 315 345 7
Decimal 205 229 7
Hex CD E5 7

RGB Percentages of Color #cde507

%46.49
%51.93
%1.59

CMYK Percentages of Color #cde507

%10
%0
%97
%10

Triadic Colors of #cde507

#cde507 #07cde5 #e507cd

Analogous Colors of #cde507

#cde507 #5ee507 #e58e07

Monochromatic Colors of #cde507

#cde507

Complementary Color

#cde507 #1f07e5

#cde507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde507 Color CSS Codes

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

#cde507 Text Font Color

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

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


#cde507 Background Color

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

This div background color is #cde507


#cde507 Border Color

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

This div border color is #cde507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde507


Comments

No comments written yet.

Please login to write comment.