Color Hex Logo

#cefa13 Color Hex

#CEFA13
(206,250,19)
0 Favorites   0 Comments

Color spaces of #cefa13

RGB 20625019
HSL0.200.960.53
HSV71°92°98°
CMYK 0.180.000.92   0.02
XYZ59.756781.540013.2054
Yxy81.54000.38680.5278
Hunter Lab90.2995-39.899854.5391
CIE-Lab92.3715-38.780987.8492

#cefa13 color RGB value is (206,250,19).

#cefa13 hex color red value is 206, green value is 250 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cefa13 hue: 0.20 , saturation: 0.96 and the lightness value of cefa13 is 0.53.

The process color (four color CMYK) of #cefa13 color hex is 0.18, 0.00, 0.92, 0.02. Web safe color of #cefa13 is #ccff00. Color #cefa13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 00010011
Octal 316 372 23
Decimal 206 250 19
Hex CE FA 13

RGB Percentages of Color #cefa13

%43.37
%52.63
%4.00

CMYK Percentages of Color #cefa13

%18
%0
%92
%2

Triadic Colors of #cefa13

#cefa13 #13cefa #fa13ce

Analogous Colors of #cefa13

#cefa13 #5afa13 #fab313

Monochromatic Colors of #cefa13

#cefa13

Complementary Color

#cefa13 #3f13fa

#cefa13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa13 Color CSS Codes

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

#cefa13 Text Font Color

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

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


#cefa13 Background Color

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

This div background color is #cefa13


#cefa13 Border Color

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

This div border color is #cefa13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa13


Comments

No comments written yet.

Please login to write comment.