Color Hex Logo

#cbdc49 Color Hex

#CBDC49
(203,220,73)
0 Favorites   0 Comments

Color spaces of #cbdc49

RGB 20322073
HSL0.190.680.57
HSV67°67°86°
CMYK 0.080.000.67   0.14
XYZ51.424464.363916.0165
Yxy64.36390.39020.4883
Hunter Lab80.2271-25.981644.3224
CIE-Lab84.1549-24.277767.1047

#cbdc49 color RGB value is (203,220,73).

#cbdc49 hex color red value is 203, green value is 220 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cbdc49 hue: 0.19 , saturation: 0.68 and the lightness value of cbdc49 is 0.57.

The process color (four color CMYK) of #cbdc49 color hex is 0.08, 0.00, 0.67, 0.14. Web safe color of #cbdc49 is #cccc33. Color #cbdc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011100 01001001
Octal 313 334 111
Decimal 203 220 73
Hex CB DC 49

RGB Percentages of Color #cbdc49

%40.93
%44.35
%14.72

CMYK Percentages of Color #cbdc49

%8
%0
%67
%14

Triadic Colors of #cbdc49

#cbdc49 #49cbdc #dc49cb

Analogous Colors of #cbdc49

#cbdc49 #82dc49 #dca449

Monochromatic Colors of #cbdc49

#cbdc49

Complementary Color

#cbdc49 #5a49dc

#cbdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdc49 Color CSS Codes

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

#cbdc49 Text Font Color

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

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


#cbdc49 Background Color

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

This div background color is #cbdc49


#cbdc49 Border Color

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

This div border color is #cbdc49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,220,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbdc49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbdc49;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdc49;
  box-shadow:         1px 1px 3px 2px #cbdc49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,220,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdc49


Comments

No comments written yet.

Please login to write comment.