Color Hex Logo

#cce13d Color Hex

#CCE13D
(204,225,61)
0 Favorites   0 Comments

Color spaces of #cce13d

RGB 20422561
HSL0.190.730.56
HSV68°73°88°
CMYK 0.090.000.73   0.12
XYZ52.669467.024714.5760
Yxy67.02470.39230.4992
Hunter Lab81.8686-28.433846.7520
CIE-Lab85.5164-26.884772.7172

#cce13d color RGB value is (204,225,61).

#cce13d hex color red value is 204, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cce13d hue: 0.19 , saturation: 0.73 and the lightness value of cce13d is 0.56.

The process color (four color CMYK) of #cce13d color hex is 0.09, 0.00, 0.73, 0.12. Web safe color of #cce13d is #cccc33. Color #cce13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00111101
Octal 314 341 75
Decimal 204 225 61
Hex CC E1 3D

RGB Percentages of Color #cce13d

%41.63
%45.92
%12.45

CMYK Percentages of Color #cce13d

%9
%0
%73
%12

Triadic Colors of #cce13d

#cce13d #3dcce1 #e13dcc

Analogous Colors of #cce13d

#cce13d #7ae13d #e1a43d

Monochromatic Colors of #cce13d

#cce13d

Complementary Color

#cce13d #523de1

#cce13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce13d Color CSS Codes

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

#cce13d Text Font Color

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

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


#cce13d Background Color

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

This div background color is #cce13d


#cce13d Border Color

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

This div border color is #cce13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce13d


Comments

No comments written yet.

Please login to write comment.