Color Hex Logo

#cde121 Color Hex

#CDE121
(205,225,33)
0 Favorites   0 Comments

Color spaces of #cde121

RGB 20522533
HSL0.180.760.51
HSV66°85°88°
CMYK 0.090.000.85   0.12
XYZ52.376666.939411.5989
Yxy66.93940.40010.5113
Hunter Lab81.8165-28.908348.8662
CIE-Lab85.4733-27.461480.1452

#cde121 color RGB value is (205,225,33).

#cde121 hex color red value is 205, green value is 225 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cde121 hue: 0.18 , saturation: 0.76 and the lightness value of cde121 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 00100001
Octal 315 341 41
Decimal 205 225 33
Hex CD E1 21

RGB Percentages of Color #cde121

%44.28
%48.60
%7.13

CMYK Percentages of Color #cde121

%9
%0
%85
%12

Triadic Colors of #cde121

#cde121 #21cde1 #e121cd

Analogous Colors of #cde121

#cde121 #6de121 #e19521

Monochromatic Colors of #cde121

#cde121

Complementary Color

#cde121 #3521e1

#cde121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde121 Color CSS Codes

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

#cde121 Text Font Color

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

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


#cde121 Background Color

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

This div background color is #cde121


#cde121 Border Color

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

This div border color is #cde121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde121


Comments

No comments written yet.

Please login to write comment.