Color Hex Logo

#ceef1e Color Hex

#CEEF1E
(206,239,30)
0 Favorites   0 Comments

Color spaces of #ceef1e

RGB 20623930
HSL0.190.870.53
HSV69°87°94°
CMYK 0.140.000.87   0.06
XYZ56.554474.948612.7141
Yxy74.94860.39210.5197
Hunter Lab86.5729-34.896051.8937
CIE-Lab89.3689-33.631283.9156

#ceef1e color RGB value is (206,239,30).

#ceef1e hex color red value is 206, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ceef1e hue: 0.19 , saturation: 0.87 and the lightness value of ceef1e is 0.53.

The process color (four color CMYK) of #ceef1e color hex is 0.14, 0.00, 0.87, 0.06. Web safe color of #ceef1e is #ccff33. Color #ceef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 00011110
Octal 316 357 36
Decimal 206 239 30
Hex CE EF 1E

RGB Percentages of Color #ceef1e

%43.37
%50.32
%6.32

CMYK Percentages of Color #ceef1e

%14
%0
%87
%6

Triadic Colors of #ceef1e

#ceef1e #1eceef #ef1ece

Analogous Colors of #ceef1e

#ceef1e #66ef1e #efa81e

Monochromatic Colors of #ceef1e

#ceef1e

Complementary Color

#ceef1e #3f1eef

#ceef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef1e Color CSS Codes

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

#ceef1e Text Font Color

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

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


#ceef1e Background Color

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

This div background color is #ceef1e


#ceef1e Border Color

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

This div border color is #ceef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef1e


Comments

No comments written yet.

Please login to write comment.