Color Hex Logo

#cee141 Color Hex

#CEE141
(206,225,65)
0 Favorites   0 Comments

Color spaces of #cee141

RGB 20622565
HSL0.190.730.57
HSV67°71°88°
CMYK 0.080.000.71   0.12
XYZ53.332967.353915.1907
Yxy67.35390.39250.4957
Hunter Lab82.0694-27.623146.4743
CIE-Lab85.6823-25.882671.5848

#cee141 color RGB value is (206,225,65).

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

The process color (four color CMYK) of #cee141 color hex is 0.08, 0.00, 0.71, 0.12. Web safe color of #cee141 is #cccc33. Color #cee141 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01000001
Octal 316 341 101
Decimal 206 225 65
Hex CE E1 41

RGB Percentages of Color #cee141

%41.53
%45.36
%13.10

CMYK Percentages of Color #cee141

%8
%0
%71
%12

Triadic Colors of #cee141

#cee141 #41cee1 #e141ce

Analogous Colors of #cee141

#cee141 #7ee141 #e1a441

Monochromatic Colors of #cee141

#cee141

Complementary Color

#cee141 #5441e1

#cee141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee141 Color CSS Codes

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

#cee141 Text Font Color

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

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


#cee141 Background Color

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

This div background color is #cee141


#cee141 Border Color

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

This div border color is #cee141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee141


Comments

No comments written yet.

Please login to write comment.