Color Hex Logo

#cefa10 Color Hex

#CEFA10
(206,250,16)
0 Favorites   0 Comments

Color spaces of #cefa10

RGB 20625016
HSL0.200.960.52
HSV71°94°98°
CMYK 0.180.000.94   0.02
XYZ59.732781.530413.0789
Yxy81.53040.38700.5282
Hunter Lab90.2942-39.931054.6179
CIE-Lab92.3672-38.819988.1590

#cefa10 color RGB value is (206,250,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 00010000
Octal 316 372 20
Decimal 206 250 16
Hex CE FA 10

RGB Percentages of Color #cefa10

%43.64
%52.97
%3.39

CMYK Percentages of Color #cefa10

%18
%0
%94
%2

Triadic Colors of #cefa10

#cefa10 #10cefa #fa10ce

Analogous Colors of #cefa10

#cefa10 #59fa10 #fab110

Monochromatic Colors of #cefa10

#cefa10

Complementary Color

#cefa10 #3c10fa

#cefa10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa10 Color CSS Codes

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

#cefa10 Text Font Color

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

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


#cefa10 Background Color

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

This div background color is #cefa10


#cefa10 Border Color

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

This div border color is #cefa10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa10

Related Colors


Comments

No comments written yet.

Please login to write comment.