Color Hex Logo

#ceff3e Color Hex

#CEFF3E
(206,255,62)
0 Favorites   0 Comments

Color spaces of #ceff3e

RGB 20625562
HSL0.211.000.62
HSV75°76°100°
CMYK 0.190.000.76   0.00
XYZ62.083184.989617.6899
Yxy84.98960.37680.5158
Hunter Lab92.1898-41.125453.1560
CIE-Lab93.8786-39.789480.3140

#ceff3e color RGB value is (206,255,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 00111110
Octal 316 377 76
Decimal 206 255 62
Hex CE FF 3E

RGB Percentages of Color #ceff3e

%39.39
%48.76
%11.85

CMYK Percentages of Color #ceff3e

%19
%0
%76
%0

Triadic Colors of #ceff3e

#ceff3e #3eceff #ff3ece

Analogous Colors of #ceff3e

#ceff3e #6eff3e #ffd03e

Monochromatic Colors of #ceff3e

#ceff3e

Complementary Color

#ceff3e #6f3eff

#ceff3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff3e Color CSS Codes

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

#ceff3e Text Font Color

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

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


#ceff3e Background Color

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

This div background color is #ceff3e


#ceff3e Border Color

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

This div border color is #ceff3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff3e


Comments

No comments written yet.

Please login to write comment.