Color Hex Logo

#ceff4a Color Hex

#CEFF4A
(206,255,74)
0 Favorites   0 Comments

Color spaces of #ceff4a

RGB 20625574
HSL0.211.000.65
HSV76°71°100°
CMYK 0.190.000.71   0.00
XYZ62.449685.136219.6201
Yxy85.13620.37350.5092
Hunter Lab92.2693-40.659151.9811
CIE-Lab93.9418-39.209576.5898

#ceff4a color RGB value is (206,255,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 01001010
Octal 316 377 112
Decimal 206 255 74
Hex CE FF 4A

RGB Percentages of Color #ceff4a

%38.50
%47.66
%13.83

CMYK Percentages of Color #ceff4a

%19
%0
%71
%0

Triadic Colors of #ceff4a

#ceff4a #4aceff #ff4ace

Analogous Colors of #ceff4a

#ceff4a #74ff4a #ffd64a

Monochromatic Colors of #ceff4a

#ceff4a

Complementary Color

#ceff4a #7b4aff

#ceff4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff4a Color CSS Codes

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

#ceff4a Text Font Color

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

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


#ceff4a Background Color

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

This div background color is #ceff4a


#ceff4a Border Color

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

This div border color is #ceff4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff4a


Comments

No comments written yet.

Please login to write comment.