Color Hex Logo

#ccde2b Color Hex

#CCDE2B
(204,222,43)
0 Favorites   0 Comments

Color spaces of #ccde2b

RGB 20422243
HSL0.180.730.52
HSV66°81°87°
CMYK 0.080.000.81   0.13
XYZ51.459265.254312.1687
Yxy65.25430.39930.5063
Hunter Lab80.7801-27.655847.6147
CIE-Lab84.6146-26.167577.1368

#ccde2b color RGB value is (204,222,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00101011
Octal 314 336 53
Decimal 204 222 43
Hex CC DE 2B

RGB Percentages of Color #ccde2b

%43.50
%47.33
%9.17

CMYK Percentages of Color #ccde2b

%8
%0
%81
%13

Triadic Colors of #ccde2b

#ccde2b #2bccde #de2bcc

Analogous Colors of #ccde2b

#ccde2b #73de2b #de972b

Monochromatic Colors of #ccde2b

#ccde2b

Complementary Color

#ccde2b #3d2bde

#ccde2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde2b Color CSS Codes

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

#ccde2b Text Font Color

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

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


#ccde2b Background Color

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

This div background color is #ccde2b


#ccde2b Border Color

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

This div border color is #ccde2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,222,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde2b


Comments

No comments written yet.

Please login to write comment.