Color Hex Logo

#cee10f Color Hex

#CEE10F
(206,225,15)
0 Favorites   0 Comments

Color spaces of #cee10f

RGB 20622515
HSL0.180.880.47
HSV65°93°88°
CMYK 0.080.000.93   0.12
XYZ52.465067.006710.6203
Yxy67.00670.40330.5151
Hunter Lab81.8576-28.844849.6080
CIE-Lab85.5073-27.377582.9488

#cee10f color RGB value is (206,225,15).

#cee10f hex color red value is 206, green value is 225 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cee10f hue: 0.18 , saturation: 0.88 and the lightness value of cee10f is 0.47.

The process color (four color CMYK) of #cee10f color hex is 0.08, 0.00, 0.93, 0.12. Web safe color of #cee10f is #cccc00. Color #cee10f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 00001111
Octal 316 341 17
Decimal 206 225 15
Hex CE E1 F

RGB Percentages of Color #cee10f

%46.19
%50.45
%3.36

CMYK Percentages of Color #cee10f

%8
%0
%93
%12

Triadic Colors of #cee10f

#cee10f #0fcee1 #e10fce

Analogous Colors of #cee10f

#cee10f #65e10f #e18b0f

Monochromatic Colors of #cee10f

#cee10f

Complementary Color

#cee10f #220fe1

#cee10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee10f Color CSS Codes

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

#cee10f Text Font Color

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

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


#cee10f Background Color

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

This div background color is #cee10f


#cee10f Border Color

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

This div border color is #cee10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee10f


Comments

No comments written yet.

Please login to write comment.