Color Hex Logo

#cbdb83 Color Hex

#CBDB83
(203,219,131)
0 Favorites   0 Comments

Color spaces of #cbdb83

RGB 203219131
HSL0.200.550.69
HSV71°40°86°
CMYK 0.070.000.40   0.14
XYZ54.056964.998231.1695
Yxy64.99820.35980.4327
Hunter Lab80.6215-21.402833.5126
CIE-Lab84.4828-18.854441.4347

#cbdb83 color RGB value is (203,219,131).

#cbdb83 hex color red value is 203, green value is 219 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cbdb83 hue: 0.20 , saturation: 0.55 and the lightness value of cbdb83 is 0.69.

The process color (four color CMYK) of #cbdb83 color hex is 0.07, 0.00, 0.40, 0.14. Web safe color of #cbdb83 is #cccc99. Color #cbdb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 10000011
Octal 313 333 203
Decimal 203 219 131
Hex CB DB 83

RGB Percentages of Color #cbdb83

%36.71
%39.60
%23.69

CMYK Percentages of Color #cbdb83

%7
%0
%40
%14

Triadic Colors of #cbdb83

#cbdb83 #83cbdb #db83cb

Analogous Colors of #cbdb83

#cbdb83 #9fdb83 #dbbf83

Monochromatic Colors of #cbdb83

#cbdb83

Complementary Color

#cbdb83 #9383db

#cbdb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb83 Color CSS Codes

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

#cbdb83 Text Font Color

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

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


#cbdb83 Background Color

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

This div background color is #cbdb83


#cbdb83 Border Color

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

This div border color is #cbdb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb83


Comments

No comments written yet.

Please login to write comment.