Color Hex Logo

#ccee31 Color Hex

#CCEE31
(204,238,49)
0 Favorites   0 Comments

Color spaces of #ccee31

RGB 20423849
HSL0.200.850.56
HSV71°79°93°
CMYK 0.140.000.79   0.07
XYZ56.030874.208214.2762
Yxy74.20820.38770.5135
Hunter Lab86.1442-34.650550.4751
CIE-Lab89.0208-33.432579.4655

#ccee31 color RGB value is (204,238,49).

#ccee31 hex color red value is 204, green value is 238 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ccee31 hue: 0.20 , saturation: 0.85 and the lightness value of ccee31 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 00110001
Octal 314 356 61
Decimal 204 238 49
Hex CC EE 31

RGB Percentages of Color #ccee31

%41.55
%48.47
%9.98

CMYK Percentages of Color #ccee31

%14
%0
%79
%7

Triadic Colors of #ccee31

#ccee31 #31ccee #ee31cc

Analogous Colors of #ccee31

#ccee31 #6eee31 #eeb231

Monochromatic Colors of #ccee31

#ccee31

Complementary Color

#ccee31 #5331ee

#ccee31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccee31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccee31 Color CSS Codes

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

#ccee31 Text Font Color

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

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


#ccee31 Background Color

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

This div background color is #ccee31


#ccee31 Border Color

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

This div border color is #ccee31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccee31


Comments

No comments written yet.

Please login to write comment.