Color Hex Logo

#cde131 Color Hex

#CDE131
(205,225,49)
0 Favorites   0 Comments

Color spaces of #cde131

RGB 20522549
HSL0.190.750.54
HSV67°78°88°
CMYK 0.090.000.78   0.12
XYZ52.656467.051313.0726
Yxy67.05130.39660.5050
Hunter Lab81.8849-28.513347.8540
CIE-Lab85.5298-26.976376.3863

#cde131 color RGB value is (205,225,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 00110001
Octal 315 341 61
Decimal 205 225 49
Hex CD E1 31

RGB Percentages of Color #cde131

%42.80
%46.97
%10.23

CMYK Percentages of Color #cde131

%9
%0
%78
%12

Triadic Colors of #cde131

#cde131 #31cde1 #e131cd

Analogous Colors of #cde131

#cde131 #75e131 #e19d31

Monochromatic Colors of #cde131

#cde131

Complementary Color

#cde131 #4531e1

#cde131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde131 Color CSS Codes

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

#cde131 Text Font Color

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

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


#cde131 Background Color

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

This div background color is #cde131


#cde131 Border Color

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

This div border color is #cde131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde131


Comments

No comments written yet.

Please login to write comment.