Color Hex Logo

#cce90e Color Hex

#CCE90E
(204,233,14)
0 Favorites   0 Comments

Color spaces of #cce90e

RGB 20423314
HSL0.190.890.48
HSV68°94°91°
CMYK 0.120.000.94   0.09
XYZ54.120071.146911.2958
Yxy71.14690.39630.5210
Hunter Lab84.3486-33.080451.1040
CIE-Lab87.5563-31.941284.5697

#cce90e color RGB value is (204,233,14).

#cce90e hex color red value is 204, green value is 233 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cce90e hue: 0.19 , saturation: 0.89 and the lightness value of cce90e is 0.48.

The process color (four color CMYK) of #cce90e color hex is 0.12, 0.00, 0.94, 0.09. Web safe color of #cce90e is #ccff00. Color #cce90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101001 00001110
Octal 314 351 16
Decimal 204 233 14
Hex CC E9 E

RGB Percentages of Color #cce90e

%45.23
%51.66
%3.10

CMYK Percentages of Color #cce90e

%12
%0
%94
%9

Triadic Colors of #cce90e

#cce90e #0ecce9 #e90ecc

Analogous Colors of #cce90e

#cce90e #5ee90e #e9990e

Monochromatic Colors of #cce90e

#cce90e

Complementary Color

#cce90e #2b0ee9

#cce90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce90e Color CSS Codes

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

#cce90e Text Font Color

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

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


#cce90e Background Color

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

This div background color is #cce90e


#cce90e Border Color

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

This div border color is #cce90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce90e


Comments

No comments written yet.

Please login to write comment.