Color Hex Logo

#cde126 Color Hex

#CDE126
(205,225,38)
0 Favorites   0 Comments

Color spaces of #cde126

RGB 20522538
HSL0.180.760.52
HSV66°83°88°
CMYK 0.090.000.83   0.12
XYZ52.451966.969511.9956
Yxy66.96950.39910.5096
Hunter Lab81.8349-28.801948.5935
CIE-Lab85.4885-27.330679.1026

#cde126 color RGB value is (205,225,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 00100110
Octal 315 341 46
Decimal 205 225 38
Hex CD E1 26

RGB Percentages of Color #cde126

%43.80
%48.08
%8.12

CMYK Percentages of Color #cde126

%9
%0
%83
%12

Triadic Colors of #cde126

#cde126 #26cde1 #e126cd

Analogous Colors of #cde126

#cde126 #70e126 #e19826

Monochromatic Colors of #cde126

#cde126

Complementary Color

#cde126 #3a26e1

#cde126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde126 Color CSS Codes

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

#cde126 Text Font Color

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

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


#cde126 Background Color

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

This div background color is #cde126


#cde126 Border Color

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

This div border color is #cde126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde126


Comments

No comments written yet.

Please login to write comment.