Color Hex Logo

#ceee16 Color Hex

#CEEE16
(206,238,22)
0 Favorites   0 Comments

Color spaces of #ceee16

RGB 20623822
HSL0.190.860.51
HSV69°91°93°
CMYK 0.130.000.91   0.07
XYZ56.173074.328812.1453
Yxy74.32880.39380.5211
Hunter Lab86.2142-34.572751.9975
CIE-Lab89.0777-33.323284.8935

#ceee16 color RGB value is (206,238,22).

#ceee16 hex color red value is 206, green value is 238 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ceee16 hue: 0.19 , saturation: 0.86 and the lightness value of ceee16 is 0.51.

The process color (four color CMYK) of #ceee16 color hex is 0.13, 0.00, 0.91, 0.07. Web safe color of #ceee16 is #ccff00. Color #ceee16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 00010110
Octal 316 356 26
Decimal 206 238 22
Hex CE EE 16

RGB Percentages of Color #ceee16

%44.21
%51.07
%4.72

CMYK Percentages of Color #ceee16

%13
%0
%91
%7

Triadic Colors of #ceee16

#ceee16 #16ceee #ee16ce

Analogous Colors of #ceee16

#ceee16 #62ee16 #eea216

Monochromatic Colors of #ceee16

#ceee16

Complementary Color

#ceee16 #3616ee

#ceee16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceee16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceee16 Color CSS Codes

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

#ceee16 Text Font Color

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

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


#ceee16 Background Color

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

This div background color is #ceee16


#ceee16 Border Color

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

This div border color is #ceee16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceee16


Comments

No comments written yet.

Please login to write comment.