Color Hex Logo

#cce015 Color Hex

#CCE015
(204,224,21)
0 Favorites   0 Comments

Color spaces of #cce015

RGB 20422421
HSL0.180.830.48
HSV66°91°88°
CMYK 0.090.000.91   0.12
XYZ51.692966.202810.7634
Yxy66.20280.40180.5146
Hunter Lab81.3651-28.984349.1124
CIE-Lab85.0998-27.642681.8345

#cce015 color RGB value is (204,224,21).

#cce015 hex color red value is 204, green value is 224 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cce015 hue: 0.18 , saturation: 0.83 and the lightness value of cce015 is 0.48.

The process color (four color CMYK) of #cce015 color hex is 0.09, 0.00, 0.91, 0.12. Web safe color of #cce015 is #cccc00. Color #cce015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00010101
Octal 314 340 25
Decimal 204 224 21
Hex CC E0 15

RGB Percentages of Color #cce015

%45.43
%49.89
%4.68

CMYK Percentages of Color #cce015

%9
%0
%91
%12

Triadic Colors of #cce015

#cce015 #15cce0 #e015cc

Analogous Colors of #cce015

#cce015 #67e015 #e08f15

Monochromatic Colors of #cce015

#cce015

Complementary Color

#cce015 #2915e0

#cce015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce015 Color CSS Codes

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

#cce015 Text Font Color

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

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


#cce015 Background Color

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

This div background color is #cce015


#cce015 Border Color

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

This div border color is #cce015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce015


Comments

No comments written yet.

Please login to write comment.