Color Hex Logo

#ccde26 Color Hex

#CCDE26
(204,222,38)
0 Favorites   0 Comments

Color spaces of #ccde26

RGB 20422238
HSL0.180.740.51
HSV66°83°87°
CMYK 0.080.000.83   0.13
XYZ51.373065.219911.7148
Yxy65.21990.40040.5083
Hunter Lab80.7588-27.779047.9306
CIE-Lab84.5969-26.318978.3194

#ccde26 color RGB value is (204,222,38).

#ccde26 hex color red value is 204, green value is 222 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ccde26 hue: 0.18 , saturation: 0.74 and the lightness value of ccde26 is 0.51.

The process color (four color CMYK) of #ccde26 color hex is 0.08, 0.00, 0.83, 0.13. Web safe color of #ccde26 is #cccc33. Color #ccde26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00100110
Octal 314 336 46
Decimal 204 222 38
Hex CC DE 26

RGB Percentages of Color #ccde26

%43.97
%47.84
%8.19

CMYK Percentages of Color #ccde26

%8
%0
%83
%13

Triadic Colors of #ccde26

#ccde26 #26ccde #de26cc

Analogous Colors of #ccde26

#ccde26 #70de26 #de9426

Monochromatic Colors of #ccde26

#ccde26

Complementary Color

#ccde26 #3826de

#ccde26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde26 Color CSS Codes

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

#ccde26 Text Font Color

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

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


#ccde26 Background Color

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

This div background color is #ccde26


#ccde26 Border Color

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

This div border color is #ccde26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,222,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 #ccde26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde26


Comments

No comments written yet.

Please login to write comment.