Color Hex Logo

#ceff2c Color Hex

#CEFF2C
(206,255,44)
0 Favorites   0 Comments

Color spaces of #ceff2c

RGB 20625544
HSL0.211.000.59
HSV74°83°100°
CMYK 0.190.000.83   0.00
XYZ61.668284.823715.5052
Yxy84.82370.38070.5236
Hunter Lab92.0998-41.654554.4882
CIE-Lab93.8071-40.449684.8820

#ceff2c color RGB value is (206,255,44).

#ceff2c hex color red value is 206, green value is 255 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ceff2c hue: 0.21 , saturation: 1.00 and the lightness value of ceff2c is 0.59.

The process color (four color CMYK) of #ceff2c color hex is 0.19, 0.00, 0.83, 0.00. Web safe color of #ceff2c is #ccff33. Color #ceff2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 00101100
Octal 316 377 54
Decimal 206 255 44
Hex CE FF 2C

RGB Percentages of Color #ceff2c

%40.79
%50.50
%8.71

CMYK Percentages of Color #ceff2c

%19
%0
%83
%0

Triadic Colors of #ceff2c

#ceff2c #2cceff #ff2cce

Analogous Colors of #ceff2c

#ceff2c #65ff2c #ffc72c

Monochromatic Colors of #ceff2c

#ceff2c

Complementary Color

#ceff2c #5d2cff

#ceff2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff2c Color CSS Codes

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

#ceff2c Text Font Color

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

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


#ceff2c Background Color

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

This div background color is #ceff2c


#ceff2c Border Color

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

This div border color is #ceff2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff2c


Comments

No comments written yet.

Please login to write comment.