Color Hex Logo

#ceff53 Color Hex

#CEFF53
(206,255,83)
0 Favorites   0 Comments

Color spaces of #ceff53

RGB 20625583
HSL0.211.000.66
HSV77°67°100°
CMYK 0.190.000.67   0.00
XYZ62.774985.266321.3331
Yxy85.26630.37060.5034
Hunter Lab92.3398-40.245850.9402
CIE-Lab93.9977-38.697473.4900

#ceff53 color RGB value is (206,255,83).

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

The process color (four color CMYK) of #ceff53 color hex is 0.19, 0.00, 0.67, 0.00. Web safe color of #ceff53 is #ccff66. Color #ceff53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 01010011
Octal 316 377 123
Decimal 206 255 83
Hex CE FF 53

RGB Percentages of Color #ceff53

%37.87
%46.88
%15.26

CMYK Percentages of Color #ceff53

%19
%0
%67
%0

Triadic Colors of #ceff53

#ceff53 #53ceff #ff53ce

Analogous Colors of #ceff53

#ceff53 #78ff53 #ffda53

Monochromatic Colors of #ceff53

#ceff53

Complementary Color

#ceff53 #8453ff

#ceff53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff53 Color CSS Codes

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

#ceff53 Text Font Color

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

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


#ceff53 Background Color

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

This div background color is #ceff53


#ceff53 Border Color

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

This div border color is #ceff53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff53

Related Colors

#ceff53 Color Palettes


Comments

No comments written yet.

Please login to write comment.