Color Hex Logo

#cbda80 Color Hex

#CBDA80
(203,218,128)
0 Favorites   0 Comments

Color spaces of #cbda80

RGB 203218128
HSL0.190.550.68
HSV70°41°85°
CMYK 0.070.000.41   0.15
XYZ53.596364.397830.0273
Yxy64.39780.36210.4351
Hunter Lab80.2482-21.217633.9886
CIE-Lab84.1725-18.696642.5298

#cbda80 color RGB value is (203,218,128).

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

The process color (four color CMYK) of #cbda80 color hex is 0.07, 0.00, 0.41, 0.15. Web safe color of #cbda80 is #cccc99. Color #cbda80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 10000000
Octal 313 332 200
Decimal 203 218 128
Hex CB DA 80

RGB Percentages of Color #cbda80

%36.98
%39.71
%23.32

CMYK Percentages of Color #cbda80

%7
%0
%41
%15

Triadic Colors of #cbda80

#cbda80 #80cbda #da80cb

Analogous Colors of #cbda80

#cbda80 #9eda80 #dabc80

Monochromatic Colors of #cbda80

#cbda80

Complementary Color

#cbda80 #8f80da

#cbda80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda80 Color CSS Codes

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

#cbda80 Text Font Color

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

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


#cbda80 Background Color

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

This div background color is #cbda80


#cbda80 Border Color

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

This div border color is #cbda80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda80


Comments

No comments written yet.

Please login to write comment.