Color Hex Logo

#cdd848 Color Hex

#CDD848
(205,216,72)
0 Favorites   0 Comments

Color spaces of #cdd848

RGB 20521672
HSL0.180.650.56
HSV65°67°85°
CMYK 0.050.000.67   0.15
XYZ50.902462.558715.5231
Yxy62.55870.39460.4850
Hunter Lab79.0941-23.537743.7295
CIE-Lab83.2096-21.586766.5704

#cdd848 color RGB value is (205,216,72).

#cdd848 hex color red value is 205, green value is 216 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cdd848 hue: 0.18 , saturation: 0.65 and the lightness value of cdd848 is 0.56.

The process color (four color CMYK) of #cdd848 color hex is 0.05, 0.00, 0.67, 0.15. Web safe color of #cdd848 is #cccc33. Color #cdd848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01001000
Octal 315 330 110
Decimal 205 216 72
Hex CD D8 48

RGB Percentages of Color #cdd848

%41.58
%43.81
%14.60

CMYK Percentages of Color #cdd848

%5
%0
%67
%15

Triadic Colors of #cdd848

#cdd848 #48cdd8 #d848cd

Analogous Colors of #cdd848

#cdd848 #85d848 #d89b48

Monochromatic Colors of #cdd848

#cdd848

Complementary Color

#cdd848 #5348d8

#cdd848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd848 Color CSS Codes

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

#cdd848 Text Font Color

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

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


#cdd848 Background Color

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

This div background color is #cdd848


#cdd848 Border Color

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

This div border color is #cdd848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,216,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd848;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd848;
  box-shadow:         1px 1px 3px 2px #cdd848; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,216,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd848


Comments

No comments written yet.

Please login to write comment.