Color Hex Logo

#cee206 Color Hex

#CEE206
(206,226,6)
1 Favorites   0 Comments

Color spaces of #cee206

RGB 2062266
HSL0.180.950.45
HSV65°97°89°
CMYK 0.090.000.97   0.11
XYZ52.682867.527710.4298
Yxy67.52770.40330.5169
Hunter Lab82.1752-29.369849.9975
CIE-Lab85.7697-27.941783.9550

#cee206 color RGB value is (206,226,6).

#cee206 hex color red value is 206, green value is 226 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cee206 hue: 0.18 , saturation: 0.95 and the lightness value of cee206 is 0.45.

The process color (four color CMYK) of #cee206 color hex is 0.09, 0.00, 0.97, 0.11. Web safe color of #cee206 is #cccc00. Color #cee206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 00000110
Octal 316 342 6
Decimal 206 226 6
Hex CE E2 6

RGB Percentages of Color #cee206

%47.03
%51.60
%1.37

CMYK Percentages of Color #cee206

%9
%0
%97
%11

Triadic Colors of #cee206

#cee206 #06cee2 #e206ce

Analogous Colors of #cee206

#cee206 #60e206 #e28806

Monochromatic Colors of #cee206

#cee206

Complementary Color

#cee206 #1a06e2

#cee206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee206 Color CSS Codes

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

#cee206 Text Font Color

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

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


#cee206 Background Color

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

This div background color is #cee206


#cee206 Border Color

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

This div border color is #cee206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee206


Comments

No comments written yet.

Please login to write comment.