Color Hex Logo

#ceff2f Color Hex

#CEFF2F
(206,255,47)
0 Favorites   0 Comments

Color spaces of #ceff2f

RGB 20625547
HSL0.211.000.59
HSV74°82°100°
CMYK 0.190.000.82   0.00
XYZ61.726784.847015.8131
Yxy84.84700.38010.5225
Hunter Lab92.1124-41.579754.3003
CIE-Lab93.8171-40.356184.2126

#ceff2f color RGB value is (206,255,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 00101111
Octal 316 377 57
Decimal 206 255 47
Hex CE FF 2F

RGB Percentages of Color #ceff2f

%40.55
%50.20
%9.25

CMYK Percentages of Color #ceff2f

%19
%0
%82
%0

Triadic Colors of #ceff2f

#ceff2f #2fceff #ff2fce

Analogous Colors of #ceff2f

#ceff2f #66ff2f #ffc82f

Monochromatic Colors of #ceff2f

#ceff2f

Complementary Color

#ceff2f #602fff

#ceff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff2f Color CSS Codes

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

#ceff2f Text Font Color

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

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


#ceff2f Background Color

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

This div background color is #ceff2f


#ceff2f Border Color

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

This div border color is #ceff2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff2f

Related Colors


Comments

No comments written yet.

Please login to write comment.