Color Hex Logo

#cefa6f Color Hex

#CEFA6F
(206,250,111)
0 Favorites   0 Comments

Color spaces of #cefa6f

RGB 206250111
HSL0.220.930.71
HSV79°56°98°
CMYK 0.180.000.56   0.02
XYZ62.508482.640727.6956
Yxy82.64070.36160.4781
Hunter Lab90.9069-36.349045.5716
CIE-Lab92.8569-34.397060.9638

#cefa6f color RGB value is (206,250,111).

#cefa6f hex color red value is 206, green value is 250 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cefa6f hue: 0.22 , saturation: 0.93 and the lightness value of cefa6f is 0.71.

The process color (four color CMYK) of #cefa6f color hex is 0.18, 0.00, 0.56, 0.02. Web safe color of #cefa6f is #ccff66. Color #cefa6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01101111
Octal 316 372 157
Decimal 206 250 111
Hex CE FA 6F

RGB Percentages of Color #cefa6f

%36.33
%44.09
%19.58

CMYK Percentages of Color #cefa6f

%18
%0
%56
%2

Triadic Colors of #cefa6f

#cefa6f #6fcefa #fa6fce

Analogous Colors of #cefa6f

#cefa6f #89fa6f #fae16f

Monochromatic Colors of #cefa6f

#cefa6f

Complementary Color

#cefa6f #9b6ffa

#cefa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa6f Color CSS Codes

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

#cefa6f Text Font Color

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

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


#cefa6f Background Color

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

This div background color is #cefa6f


#cefa6f Border Color

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

This div border color is #cefa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa6f


Comments

No comments written yet.

Please login to write comment.