Color Hex Logo

#cefa8d Color Hex

#CEFA8D
(206,250,141)
0 Favorites   0 Comments

Color spaces of #cefa8d

RGB 206250141
HSL0.230.920.77
HSV84°44°98°
CMYK 0.180.000.44   0.02
XYZ64.446983.416137.9035
Yxy83.41610.34690.4490
Hunter Lab91.3324-33.876839.3270
CIE-Lab93.1963-31.410847.5774

#cefa8d color RGB value is (206,250,141).

#cefa8d hex color red value is 206, green value is 250 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cefa8d hue: 0.23 , saturation: 0.92 and the lightness value of cefa8d is 0.77.

The process color (four color CMYK) of #cefa8d color hex is 0.18, 0.00, 0.44, 0.02. Web safe color of #cefa8d is #ccff99. Color #cefa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10001101
Octal 316 372 215
Decimal 206 250 141
Hex CE FA 8D

RGB Percentages of Color #cefa8d

%34.51
%41.88
%23.62

CMYK Percentages of Color #cefa8d

%18
%0
%44
%2

Triadic Colors of #cefa8d

#cefa8d #8dcefa #fa8dce

Analogous Colors of #cefa8d

#cefa8d #98fa8d #faf08d

Monochromatic Colors of #cefa8d

#cefa8d

Complementary Color

#cefa8d #b98dfa

#cefa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa8d Color CSS Codes

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

#cefa8d Text Font Color

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

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


#cefa8d Background Color

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

This div background color is #cefa8d


#cefa8d Border Color

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

This div border color is #cefa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa8d


Comments

No comments written yet.

Please login to write comment.