Color Hex Logo

#cedb43 Color Hex

#CEDB43
(206,219,67)
0 Favorites   0 Comments

Color spaces of #cedb43

RGB 20621967
HSL0.180.680.56
HSV65°69°86°
CMYK 0.060.000.69   0.14
XYZ51.798264.190114.9701
Yxy64.19010.39550.4902
Hunter Lab80.1187-24.804345.0048
CIE-Lab84.0646-22.904069.3003

#cedb43 color RGB value is (206,219,67).

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

The process color (four color CMYK) of #cedb43 color hex is 0.06, 0.00, 0.69, 0.14. Web safe color of #cedb43 is #cccc33. Color #cedb43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 01000011
Octal 316 333 103
Decimal 206 219 67
Hex CE DB 43

RGB Percentages of Color #cedb43

%41.87
%44.51
%13.62

CMYK Percentages of Color #cedb43

%6
%0
%69
%14

Triadic Colors of #cedb43

#cedb43 #43cedb #db43ce

Analogous Colors of #cedb43

#cedb43 #82db43 #db9c43

Monochromatic Colors of #cedb43

#cedb43

Complementary Color

#cedb43 #5043db

#cedb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb43 Color CSS Codes

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

#cedb43 Text Font Color

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

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


#cedb43 Background Color

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

This div background color is #cedb43


#cedb43 Border Color

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

This div border color is #cedb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb43


Comments

No comments written yet.

Please login to write comment.