Color Hex Logo

#cceb20 Color Hex

#CCEB20
(204,235,32)
0 Favorites   0 Comments

Color spaces of #cceb20

RGB 20423532
HSL0.190.840.52
HSV69°86°92°
CMYK 0.130.000.86   0.08
XYZ54.870972.358312.4411
Yxy72.35830.39290.5181
Hunter Lab85.0637-33.718850.8730
CIE-Lab88.1408-32.552482.5029

#cceb20 color RGB value is (204,235,32).

#cceb20 hex color red value is 204, green value is 235 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cceb20 hue: 0.19 , saturation: 0.84 and the lightness value of cceb20 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 00100000
Octal 314 353 40
Decimal 204 235 32
Hex CC EB 20

RGB Percentages of Color #cceb20

%43.31
%49.89
%6.79

CMYK Percentages of Color #cceb20

%13
%0
%86
%8

Triadic Colors of #cceb20

#cceb20 #20cceb #eb20cc

Analogous Colors of #cceb20

#cceb20 #67eb20 #eba520

Monochromatic Colors of #cceb20

#cceb20

Complementary Color

#cceb20 #3f20eb

#cceb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb20 Color CSS Codes

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

#cceb20 Text Font Color

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

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


#cceb20 Background Color

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

This div background color is #cceb20


#cceb20 Border Color

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

This div border color is #cceb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb20


Comments

No comments written yet.

Please login to write comment.