Color Hex Logo

#cbdb73 Color Hex

#CBDB73
(203,219,115)
0 Favorites   0 Comments

Color spaces of #cbdb73

RGB 203219115
HSL0.190.590.65
HSV69°47°86°
CMYK 0.070.000.47   0.14
XYZ53.054664.597425.8919
Yxy64.59740.36960.4500
Hunter Lab80.3725-22.822537.1606
CIE-Lab84.2758-20.538648.9818

#cbdb73 color RGB value is (203,219,115).

#cbdb73 hex color red value is 203, green value is 219 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cbdb73 hue: 0.19 , saturation: 0.59 and the lightness value of cbdb73 is 0.65.

The process color (four color CMYK) of #cbdb73 color hex is 0.07, 0.00, 0.47, 0.14. Web safe color of #cbdb73 is #cccc66. Color #cbdb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01110011
Octal 313 333 163
Decimal 203 219 115
Hex CB DB 73

RGB Percentages of Color #cbdb73

%37.80
%40.78
%21.42

CMYK Percentages of Color #cbdb73

%7
%0
%47
%14

Triadic Colors of #cbdb73

#cbdb73 #73cbdb #db73cb

Analogous Colors of #cbdb73

#cbdb73 #97db73 #dbb773

Monochromatic Colors of #cbdb73

#cbdb73

Complementary Color

#cbdb73 #8373db

#cbdb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb73 Color CSS Codes

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

#cbdb73 Text Font Color

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

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


#cbdb73 Background Color

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

This div background color is #cbdb73


#cbdb73 Border Color

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

This div border color is #cbdb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb73


Comments

No comments written yet.

Please login to write comment.