Color Hex Logo

#ceed7c Color Hex

#CEED7C
(206,237,124)
0 Favorites   0 Comments

Color spaces of #ceed7c

RGB 206237124
HSL0.210.760.71
HSV76°48°93°
CMYK 0.130.000.48   0.07
XYZ59.375975.145430.4439
Yxy75.14540.35990.4555
Hunter Lab86.6864-29.437739.8581
CIE-Lab89.4611-27.147951.0488

#ceed7c color RGB value is (206,237,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 01111100
Octal 316 355 174
Decimal 206 237 124
Hex CE ED 7C

RGB Percentages of Color #ceed7c

%36.33
%41.80
%21.87

CMYK Percentages of Color #ceed7c

%13
%0
%48
%7

Triadic Colors of #ceed7c

#ceed7c #7cceed #ed7cce

Analogous Colors of #ceed7c

#ceed7c #96ed7c #edd47c

Monochromatic Colors of #ceed7c

#ceed7c

Complementary Color

#ceed7c #9b7ced

#ceed7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceed7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceed7c Color CSS Codes

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

#ceed7c Text Font Color

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

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


#ceed7c Background Color

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

This div background color is #ceed7c


#ceed7c Border Color

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

This div border color is #ceed7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceed7c


Comments

No comments written yet.

Please login to write comment.