Color Hex Logo

#cef29d Color Hex

#CEF29D
(206,242,157)
0 Favorites   0 Comments

Color spaces of #cef29d

RGB 206242157
HSL0.240.770.78
HSV85°35°95°
CMYK 0.150.000.35   0.05
XYZ63.291579.060443.8227
Yxy79.06040.34000.4247
Hunter Lab88.9159-28.544233.0197
CIE-Lab91.2616-25.712537.2692

#cef29d color RGB value is (206,242,157).

#cef29d hex color red value is 206, green value is 242 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cef29d hue: 0.24 , saturation: 0.77 and the lightness value of cef29d is 0.78.

The process color (four color CMYK) of #cef29d color hex is 0.15, 0.00, 0.35, 0.05. Web safe color of #cef29d is #ccff99. Color #cef29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 10011101
Octal 316 362 235
Decimal 206 242 157
Hex CE F2 9D

RGB Percentages of Color #cef29d

%34.05
%40.00
%25.95

CMYK Percentages of Color #cef29d

%15
%0
%35
%5

Triadic Colors of #cef29d

#cef29d #9dcef2 #f29dce

Analogous Colors of #cef29d

#cef29d #a4f29d #f2ec9d

Monochromatic Colors of #cef29d

#cef29d

Complementary Color

#cef29d #c19df2

#cef29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef29d Color CSS Codes

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

#cef29d Text Font Color

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

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


#cef29d Background Color

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

This div background color is #cef29d


#cef29d Border Color

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

This div border color is #cef29d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,242,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 #cef29d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef29d


Comments

No comments written yet.

Please login to write comment.