Color Hex Logo

#ceed4f Color Hex

#CEED4F
(206,237,79)
0 Favorites   0 Comments

Color spaces of #ceed4f

RGB 20623779
HSL0.200.810.62
HSV72°67°93°
CMYK 0.130.000.67   0.07
XYZ57.149174.254718.7177
Yxy74.25470.38070.4946
Hunter Lab86.1712-32.417647.4411
CIE-Lab89.0427-30.756269.9023

#ceed4f color RGB value is (206,237,79).

#ceed4f hex color red value is 206, green value is 237 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ceed4f hue: 0.20 , saturation: 0.81 and the lightness value of ceed4f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 01001111
Octal 316 355 117
Decimal 206 237 79
Hex CE ED 4F

RGB Percentages of Color #ceed4f

%39.46
%45.40
%15.13

CMYK Percentages of Color #ceed4f

%13
%0
%67
%7

Triadic Colors of #ceed4f

#ceed4f #4fceed #ed4fce

Analogous Colors of #ceed4f

#ceed4f #7fed4f #edbd4f

Monochromatic Colors of #ceed4f

#ceed4f

Complementary Color

#ceed4f #6e4fed

#ceed4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceed4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceed4f Color CSS Codes

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

#ceed4f Text Font Color

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

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


#ceed4f Background Color

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

This div background color is #ceed4f


#ceed4f Border Color

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

This div border color is #ceed4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceed4f


Comments

No comments written yet.

Please login to write comment.