Color Hex Logo

#cefb9d Color Hex

#CEFB9D
(206,251,157)
0 Favorites   0 Comments

Color spaces of #cefb9d

RGB 206251157
HSL0.250.920.80
HSV89°37°98°
CMYK 0.180.000.37   0.02
XYZ66.036684.550544.7377
Yxy84.55050.33810.4329
Hunter Lab91.9513-32.721735.5192
CIE-Lab93.6891-29.952440.4339

#cefb9d color RGB value is (206,251,157).

#cefb9d hex color red value is 206, green value is 251 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cefb9d hue: 0.25 , saturation: 0.92 and the lightness value of cefb9d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 10011101
Octal 316 373 235
Decimal 206 251 157
Hex CE FB 9D

RGB Percentages of Color #cefb9d

%33.55
%40.88
%25.57

CMYK Percentages of Color #cefb9d

%18
%0
%37
%2

Triadic Colors of #cefb9d

#cefb9d #9dcefb #fb9dce

Analogous Colors of #cefb9d

#cefb9d #9ffb9d #fbf99d

Monochromatic Colors of #cefb9d

#cefb9d

Complementary Color

#cefb9d #ca9dfb

#cefb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb9d Color CSS Codes

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

#cefb9d Text Font Color

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

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


#cefb9d Background Color

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

This div background color is #cefb9d


#cefb9d Border Color

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

This div border color is #cefb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb9d


Comments

No comments written yet.

Please login to write comment.