Color Hex Logo

#cce501 Color Hex

#CCE501
(204,229,1)
0 Favorites   0 Comments

Color spaces of #cce501

RGB 2042291
HSL0.180.990.45
HSV67°100°90°
CMYK 0.110.001.00   0.10
XYZ52.926668.878210.5340
Yxy68.87820.39990.5205
Hunter Lab82.9929-31.403750.5695
CIE-Lab86.4437-30.214284.8133

#cce501 color RGB value is (204,229,1).

#cce501 hex color red value is 204, green value is 229 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cce501 hue: 0.18 , saturation: 0.99 and the lightness value of cce501 is 0.45.

The process color (four color CMYK) of #cce501 color hex is 0.11, 0.00, 1.00, 0.10. Web safe color of #cce501 is #cccc00. Color #cce501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 00000001
Octal 314 345 1
Decimal 204 229 1
Hex CC E5 1

RGB Percentages of Color #cce501

%47.00
%52.76
%0.23

CMYK Percentages of Color #cce501

%11
%0
%100
%10

Triadic Colors of #cce501

#cce501 #01cce5 #e501cc

Analogous Colors of #cce501

#cce501 #5ae501 #e58c01

Monochromatic Colors of #cce501

#cce501

Complementary Color

#cce501 #1a01e5

#cce501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce501 Color CSS Codes

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

#cce501 Text Font Color

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

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


#cce501 Background Color

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

This div background color is #cce501


#cce501 Border Color

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

This div border color is #cce501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce501


Comments

No comments written yet.

Please login to write comment.