Color Hex Logo

#ceff1d Color Hex

#CEFF1D
(206,255,29)
0 Favorites   0 Comments

Color spaces of #ceff1d

RGB 20625529
HSL0.201.000.56
HSV73°89°100°
CMYK 0.190.000.89   0.00
XYZ61.435484.730514.2790
Yxy84.73050.38290.5281
Hunter Lab92.0492-41.951755.2371
CIE-Lab93.7669-40.821587.6418

#ceff1d color RGB value is (206,255,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 00011101
Octal 316 377 35
Decimal 206 255 29
Hex CE FF 1D

RGB Percentages of Color #ceff1d

%42.04
%52.04
%5.92

CMYK Percentages of Color #ceff1d

%19
%0
%89
%0

Triadic Colors of #ceff1d

#ceff1d #1dceff #ff1dce

Analogous Colors of #ceff1d

#ceff1d #5dff1d #ffbf1d

Monochromatic Colors of #ceff1d

#ceff1d

Complementary Color

#ceff1d #4e1dff

#ceff1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff1d Color CSS Codes

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

#ceff1d Text Font Color

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

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


#ceff1d Background Color

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

This div background color is #ceff1d


#ceff1d Border Color

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

This div border color is #ceff1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff1d


Comments

No comments written yet.

Please login to write comment.