Color Hex Logo

#cceb40 Color Hex

#CCEB40
(204,235,64)
0 Favorites   0 Comments

Color spaces of #cceb40

RGB 20423564
HSL0.200.810.59
HSV71°73°92°
CMYK 0.130.000.73   0.08
XYZ55.535672.624215.9413
Yxy72.62420.38540.5040
Hunter Lab85.2198-32.810848.5630
CIE-Lab88.2682-31.427274.3621

#cceb40 color RGB value is (204,235,64).

#cceb40 hex color red value is 204, green value is 235 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cceb40 hue: 0.20 , saturation: 0.81 and the lightness value of cceb40 is 0.59.

The process color (four color CMYK) of #cceb40 color hex is 0.13, 0.00, 0.73, 0.08. Web safe color of #cceb40 is #ccff33. Color #cceb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 01000000
Octal 314 353 100
Decimal 204 235 64
Hex CC EB 40

RGB Percentages of Color #cceb40

%40.56
%46.72
%12.72

CMYK Percentages of Color #cceb40

%13
%0
%73
%8

Triadic Colors of #cceb40

#cceb40 #40cceb #eb40cc

Analogous Colors of #cceb40

#cceb40 #77eb40 #ebb540

Monochromatic Colors of #cceb40

#cceb40

Complementary Color

#cceb40 #5f40eb

#cceb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb40 Color CSS Codes

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

#cceb40 Text Font Color

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

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


#cceb40 Background Color

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

This div background color is #cceb40


#cceb40 Border Color

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

This div border color is #cceb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb40


Comments

No comments written yet.

Please login to write comment.