Color Hex Logo

#cde142 Color Hex

#CDE142
(205,225,66)
0 Favorites   0 Comments

Color spaces of #cde142

RGB 20522566
HSL0.190.730.57
HSV68°71°88°
CMYK 0.090.000.71   0.12
XYZ53.085467.222915.3317
Yxy67.22290.39140.4956
Hunter Lab81.9896-27.909246.3057
CIE-Lab85.6164-26.237271.1511

#cde142 color RGB value is (205,225,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 01000010
Octal 315 341 102
Decimal 205 225 66
Hex CD E1 42

RGB Percentages of Color #cde142

%41.33
%45.36
%13.31

CMYK Percentages of Color #cde142

%9
%0
%71
%12

Triadic Colors of #cde142

#cde142 #42cde1 #e142cd

Analogous Colors of #cde142

#cde142 #7ee142 #e1a642

Monochromatic Colors of #cde142

#cde142

Complementary Color

#cde142 #5642e1

#cde142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde142 Color CSS Codes

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

#cde142 Text Font Color

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

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


#cde142 Background Color

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

This div background color is #cde142


#cde142 Border Color

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

This div border color is #cde142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde142


Comments

No comments written yet.

Please login to write comment.