Color Hex Logo

#ceed7e Color Hex

#CEED7E
(206,237,126)
0 Favorites   0 Comments

Color spaces of #ceed7e

RGB 206237126
HSL0.210.760.71
HSV77°47°93°
CMYK 0.130.000.47   0.07
XYZ59.503775.196531.1169
Yxy75.19650.35890.4535
Hunter Lab86.7159-29.267739.4257
CIE-Lab89.4850-26.944450.1333

#ceed7e color RGB value is (206,237,126).

#ceed7e hex color red value is 206, green value is 237 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ceed7e hue: 0.21 , saturation: 0.76 and the lightness value of ceed7e is 0.71.

The process color (four color CMYK) of #ceed7e color hex is 0.13, 0.00, 0.47, 0.07. Web safe color of #ceed7e is #ccff66. Color #ceed7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 01111110
Octal 316 355 176
Decimal 206 237 126
Hex CE ED 7E

RGB Percentages of Color #ceed7e

%36.20
%41.65
%22.14

CMYK Percentages of Color #ceed7e

%13
%0
%47
%7

Triadic Colors of #ceed7e

#ceed7e #7eceed #ed7ece

Analogous Colors of #ceed7e

#ceed7e #97ed7e #edd57e

Monochromatic Colors of #ceed7e

#ceed7e

Complementary Color

#ceed7e #9d7eed

#ceed7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceed7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceed7e Color CSS Codes

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

#ceed7e Text Font Color

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

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


#ceed7e Background Color

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

This div background color is #ceed7e


#ceed7e Border Color

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

This div border color is #ceed7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceed7e


Comments

No comments written yet.

Please login to write comment.