Color Hex Logo

#ceff49 Color Hex

#CEFF49
(206,255,73)
0 Favorites   0 Comments

Color spaces of #ceff49

RGB 20625573
HSL0.211.000.64
HSV76°71°100°
CMYK 0.190.000.71   0.00
XYZ62.416285.122919.4440
Yxy85.12290.37380.5098
Hunter Lab92.2621-40.701652.0882
CIE-Lab93.9360-39.262476.9190

#ceff49 color RGB value is (206,255,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 01001001
Octal 316 377 111
Decimal 206 255 73
Hex CE FF 49

RGB Percentages of Color #ceff49

%38.58
%47.75
%13.67

CMYK Percentages of Color #ceff49

%19
%0
%71
%0

Triadic Colors of #ceff49

#ceff49 #49ceff #ff49ce

Analogous Colors of #ceff49

#ceff49 #73ff49 #ffd549

Monochromatic Colors of #ceff49

#ceff49

Complementary Color

#ceff49 #7a49ff

#ceff49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff49 Color CSS Codes

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

#ceff49 Text Font Color

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

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


#ceff49 Background Color

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

This div background color is #ceff49


#ceff49 Border Color

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

This div border color is #ceff49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff49

Related Colors


Comments

No comments written yet.

Please login to write comment.