Color Hex Logo

#cee16d Color Hex

#CEE16D
(206,225,109)
0 Favorites   0 Comments

Color spaces of #cee16d

RGB 206225109
HSL0.190.660.65
HSV70°52°88°
CMYK 0.080.000.52   0.12
XYZ55.139168.076424.7019
Yxy68.07640.37280.4602
Hunter Lab82.5084-25.101040.0053
CIE-Lab86.0446-22.840253.9596

#cee16d color RGB value is (206,225,109).

#cee16d hex color red value is 206, green value is 225 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cee16d hue: 0.19 , saturation: 0.66 and the lightness value of cee16d is 0.65.

The process color (four color CMYK) of #cee16d color hex is 0.08, 0.00, 0.52, 0.12. Web safe color of #cee16d is #cccc66. Color #cee16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01101101
Octal 316 341 155
Decimal 206 225 109
Hex CE E1 6D

RGB Percentages of Color #cee16d

%38.15
%41.67
%20.19

CMYK Percentages of Color #cee16d

%8
%0
%52
%12

Triadic Colors of #cee16d

#cee16d #6dcee1 #e16dce

Analogous Colors of #cee16d

#cee16d #94e16d #e1ba6d

Monochromatic Colors of #cee16d

#cee16d

Complementary Color

#cee16d #806de1

#cee16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee16d Color CSS Codes

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

#cee16d Text Font Color

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

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


#cee16d Background Color

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

This div background color is #cee16d


#cee16d Border Color

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

This div border color is #cee16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee16d


Comments

No comments written yet.

Please login to write comment.