Color Hex Logo

#cde146 Color Hex

#CDE146
(205,225,70)
0 Favorites   0 Comments

Color spaces of #cde146

RGB 20522570
HSL0.190.720.58
HSV68°69°88°
CMYK 0.090.000.69   0.12
XYZ53.207567.271815.9748
Yxy67.27180.38990.4930
Hunter Lab82.0194-27.737745.8657
CIE-Lab85.6410-26.027969.7587

#cde146 color RGB value is (205,225,70).

#cde146 hex color red value is 205, green value is 225 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cde146 hue: 0.19 , saturation: 0.72 and the lightness value of cde146 is 0.58.

The process color (four color CMYK) of #cde146 color hex is 0.09, 0.00, 0.69, 0.12. Web safe color of #cde146 is #cccc33. Color #cde146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 01000110
Octal 315 341 106
Decimal 205 225 70
Hex CD E1 46

RGB Percentages of Color #cde146

%41.00
%45.00
%14.00

CMYK Percentages of Color #cde146

%9
%0
%69
%12

Triadic Colors of #cde146

#cde146 #46cde1 #e146cd

Analogous Colors of #cde146

#cde146 #80e146 #e1a846

Monochromatic Colors of #cde146

#cde146

Complementary Color

#cde146 #5a46e1

#cde146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde146 Color CSS Codes

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

#cde146 Text Font Color

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

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


#cde146 Background Color

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

This div background color is #cde146


#cde146 Border Color

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

This div border color is #cde146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde146


Comments

No comments written yet.

Please login to write comment.