Color Hex Logo

#cefb1a Color Hex

#CEFB1A
(206,251,26)
1 Favorites   0 Comments

Color spaces of #cefb1a

RGB 20625126
HSL0.200.970.54
HSV72°90°98°
CMYK 0.180.000.90   0.02
XYZ60.137282.190813.6721
Yxy82.19080.38550.5269
Hunter Lab90.6591-40.248654.5200
CIE-Lab92.6590-39.113187.1922

#cefb1a color RGB value is (206,251,26).

#cefb1a hex color red value is 206, green value is 251 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cefb1a hue: 0.20 , saturation: 0.97 and the lightness value of cefb1a is 0.54.

The process color (four color CMYK) of #cefb1a color hex is 0.18, 0.00, 0.90, 0.02. Web safe color of #cefb1a is #ccff33. Color #cefb1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 00011010
Octal 316 373 32
Decimal 206 251 26
Hex CE FB 1A

RGB Percentages of Color #cefb1a

%42.65
%51.97
%5.38

CMYK Percentages of Color #cefb1a

%18
%0
%90
%2

Triadic Colors of #cefb1a

#cefb1a #1acefb #fb1ace

Analogous Colors of #cefb1a

#cefb1a #5efb1a #fbb81a

Monochromatic Colors of #cefb1a

#cefb1a

Complementary Color

#cefb1a #471afb

#cefb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb1a Color CSS Codes

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

#cefb1a Text Font Color

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

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


#cefb1a Background Color

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

This div background color is #cefb1a


#cefb1a Border Color

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

This div border color is #cefb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb1a

#cefb1a Color Palettes


Comments

No comments written yet.

Please login to write comment.