Color Hex Logo

#cedd4b Color Hex

#CEDD4B
(206,221,75)
0 Favorites   0 Comments

Color spaces of #cedd4b

RGB 20622175
HSL0.180.680.58
HSV66°66°87°
CMYK 0.070.000.66   0.13
XYZ52.580065.342716.4978
Yxy65.34270.39120.4861
Hunter Lab80.8348-25.353544.4837
CIE-Lab84.6600-23.425866.9285

#cedd4b color RGB value is (206,221,75).

#cedd4b hex color red value is 206, green value is 221 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cedd4b hue: 0.18 , saturation: 0.68 and the lightness value of cedd4b is 0.58.

The process color (four color CMYK) of #cedd4b color hex is 0.07, 0.00, 0.66, 0.13. Web safe color of #cedd4b is #cccc33. Color #cedd4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01001011
Octal 316 335 113
Decimal 206 221 75
Hex CE DD 4B

RGB Percentages of Color #cedd4b

%41.04
%44.02
%14.94

CMYK Percentages of Color #cedd4b

%7
%0
%66
%13

Triadic Colors of #cedd4b

#cedd4b #4bcedd #dd4bce

Analogous Colors of #cedd4b

#cedd4b #85dd4b #dda34b

Monochromatic Colors of #cedd4b

#cedd4b

Complementary Color

#cedd4b #5a4bdd

#cedd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd4b Color CSS Codes

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

#cedd4b Text Font Color

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

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


#cedd4b Background Color

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

This div background color is #cedd4b


#cedd4b Border Color

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

This div border color is #cedd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd4b


Comments

No comments written yet.

Please login to write comment.