Color Hex Logo

#cbcc2e Color Hex

#CBCC2E
(203,204,46)
0 Favorites   0 Comments

Color spaces of #cbcc2e

RGB 20320446
HSL0.170.630.49
HSV60°77°80°
CMYK 0.000.000.77   0.20
XYZ46.714656.079510.9471
Yxy56.07950.41070.4930
Hunter Lab74.8862-19.701343.7532
CIE-Lab79.6590-17.737771.9308

#cbcc2e color RGB value is (203,204,46).

#cbcc2e hex color red value is 203, green value is 204 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cbcc2e hue: 0.17 , saturation: 0.63 and the lightness value of cbcc2e is 0.49.

The process color (four color CMYK) of #cbcc2e color hex is 0.00, 0.00, 0.77, 0.20. Web safe color of #cbcc2e is #cccc33. Color #cbcc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 00101110
Octal 313 314 56
Decimal 203 204 46
Hex CB CC 2E

RGB Percentages of Color #cbcc2e

%44.81
%45.03
%10.15

CMYK Percentages of Color #cbcc2e

%0
%0
%77
%20

Triadic Colors of #cbcc2e

#cbcc2e #2ecbcc #cc2ecb

Analogous Colors of #cbcc2e

#cbcc2e #7ccc2e #cc7e2e

Monochromatic Colors of #cbcc2e

#cbcc2e

Complementary Color

#cbcc2e #2f2ecc

#cbcc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc2e Color CSS Codes

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

#cbcc2e Text Font Color

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

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


#cbcc2e Background Color

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

This div background color is #cbcc2e


#cbcc2e Border Color

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

This div border color is #cbcc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc2e


Comments

No comments written yet.

Please login to write comment.