Color Hex Logo

#cde906 Color Hex

#CDE906
(205,233,6)
0 Favorites   0 Comments

Color spaces of #cde906

RGB 2052336
HSL0.190.950.47
HSV67°97°91°
CMYK 0.120.000.97   0.09
XYZ54.348671.270111.0643
Yxy71.27010.39760.5214
Hunter Lab84.4216-32.823851.3246
CIE-Lab87.6161-31.616085.3191

#cde906 color RGB value is (205,233,6).

#cde906 hex color red value is 205, green value is 233 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cde906 hue: 0.19 , saturation: 0.95 and the lightness value of cde906 is 0.47.

The process color (four color CMYK) of #cde906 color hex is 0.12, 0.00, 0.97, 0.09. Web safe color of #cde906 is #ccff00. Color #cde906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 00000110
Octal 315 351 6
Decimal 205 233 6
Hex CD E9 6

RGB Percentages of Color #cde906

%46.17
%52.48
%1.35

CMYK Percentages of Color #cde906

%12
%0
%97
%9

Triadic Colors of #cde906

#cde906 #06cde9 #e906cd

Analogous Colors of #cde906

#cde906 #5ce906 #e99406

Monochromatic Colors of #cde906

#cde906

Complementary Color

#cde906 #2206e9

#cde906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde906 Color CSS Codes

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

#cde906 Text Font Color

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

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


#cde906 Background Color

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

This div background color is #cde906


#cde906 Border Color

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

This div border color is #cde906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde906


Comments

No comments written yet.

Please login to write comment.