Color Hex Logo

#cbda8a Color Hex

#CBDA8A
(203,218,138)
0 Favorites   0 Comments

Color spaces of #cbda8a

RGB 203218138
HSL0.200.520.70
HSV71°37°85°
CMYK 0.070.000.37   0.15
XYZ54.287564.674333.6669
Yxy64.67430.35570.4237
Hunter Lab80.4203-20.239731.4733
CIE-Lab84.3156-17.545537.7161

#cbda8a color RGB value is (203,218,138).

#cbda8a hex color red value is 203, green value is 218 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbda8a hue: 0.20 , saturation: 0.52 and the lightness value of cbda8a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 10001010
Octal 313 332 212
Decimal 203 218 138
Hex CB DA 8A

RGB Percentages of Color #cbda8a

%36.31
%39.00
%24.69

CMYK Percentages of Color #cbda8a

%7
%0
%37
%15

Triadic Colors of #cbda8a

#cbda8a #8acbda #da8acb

Analogous Colors of #cbda8a

#cbda8a #a3da8a #dac18a

Monochromatic Colors of #cbda8a

#cbda8a

Complementary Color

#cbda8a #998ada

#cbda8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda8a Color CSS Codes

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

#cbda8a Text Font Color

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

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


#cbda8a Background Color

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

This div background color is #cbda8a


#cbda8a Border Color

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

This div border color is #cbda8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda8a


Comments

No comments written yet.

Please login to write comment.