Color Hex Logo

#ccdb2e Color Hex

#CCDB2E
(204,219,46)
0 Favorites   0 Comments

Color spaces of #ccdb2e

RGB 20421946
HSL0.180.710.52
HSV65°79°86°
CMYK 0.070.000.79   0.14
XYZ50.726563.697712.2061
Yxy63.69770.40060.5030
Hunter Lab79.8108-26.217246.7999
CIE-Lab83.8081-24.634675.6478

#ccdb2e color RGB value is (204,219,46).

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

The process color (four color CMYK) of #ccdb2e color hex is 0.07, 0.00, 0.79, 0.14. Web safe color of #ccdb2e is #cccc33. Color #ccdb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 00101110
Octal 314 333 56
Decimal 204 219 46
Hex CC DB 2E

RGB Percentages of Color #ccdb2e

%43.50
%46.70
%9.81

CMYK Percentages of Color #ccdb2e

%7
%0
%79
%14

Triadic Colors of #ccdb2e

#ccdb2e #2eccdb #db2ecc

Analogous Colors of #ccdb2e

#ccdb2e #76db2e #db942e

Monochromatic Colors of #ccdb2e

#ccdb2e

Complementary Color

#ccdb2e #3d2edb

#ccdb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb2e Color CSS Codes

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

#ccdb2e Text Font Color

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

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


#ccdb2e Background Color

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

This div background color is #ccdb2e


#ccdb2e Border Color

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

This div border color is #ccdb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb2e


Comments

No comments written yet.

Please login to write comment.