Color Hex Logo

#cdd348 Color Hex

#CDD348
(205,211,72)
0 Favorites   0 Comments

Color spaces of #cdd348

RGB 20521172
HSL0.170.610.55
HSV63°66°83°
CMYK 0.030.000.66   0.17
XYZ49.640860.035515.1026
Yxy60.03550.39780.4811
Hunter Lab77.4826-21.234842.6812
CIE-Lab81.8575-19.141165.1911

#cdd348 color RGB value is (205,211,72).

#cdd348 hex color red value is 205, green value is 211 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cdd348 hue: 0.17 , saturation: 0.61 and the lightness value of cdd348 is 0.55.

The process color (four color CMYK) of #cdd348 color hex is 0.03, 0.00, 0.66, 0.17. Web safe color of #cdd348 is #cccc33. Color #cdd348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 01001000
Octal 315 323 110
Decimal 205 211 72
Hex CD D3 48

RGB Percentages of Color #cdd348

%42.01
%43.24
%14.75

CMYK Percentages of Color #cdd348

%3
%0
%66
%17

Triadic Colors of #cdd348

#cdd348 #48cdd3 #d348cd

Analogous Colors of #cdd348

#cdd348 #88d348 #d39448

Monochromatic Colors of #cdd348

#cdd348

Complementary Color

#cdd348 #4e48d3

#cdd348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd348 Color CSS Codes

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

#cdd348 Text Font Color

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

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


#cdd348 Background Color

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

This div background color is #cdd348


#cdd348 Border Color

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

This div border color is #cdd348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,211,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 #cdd348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd348


Comments

No comments written yet.

Please login to write comment.