Color Hex Logo

#cbda8e Color Hex

#CBDA8E
(203,218,142)
0 Favorites   0 Comments

Color spaces of #cbda8e

RGB 203218142
HSL0.200.510.71
HSV72°35°85°
CMYK 0.070.000.35   0.15
XYZ54.582564.792335.2205
Yxy64.79230.35310.4191
Hunter Lab80.4937-19.823630.4029
CIE-Lab84.3766-17.058235.7722

#cbda8e color RGB value is (203,218,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 10001110
Octal 313 332 216
Decimal 203 218 142
Hex CB DA 8E

RGB Percentages of Color #cbda8e

%36.06
%38.72
%25.22

CMYK Percentages of Color #cbda8e

%7
%0
%35
%15

Triadic Colors of #cbda8e

#cbda8e #8ecbda #da8ecb

Analogous Colors of #cbda8e

#cbda8e #a5da8e #dac38e

Monochromatic Colors of #cbda8e

#cbda8e

Complementary Color

#cbda8e #9d8eda

#cbda8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda8e Color CSS Codes

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

#cbda8e Text Font Color

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

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


#cbda8e Background Color

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

This div background color is #cbda8e


#cbda8e Border Color

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

This div border color is #cbda8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda8e


Comments

No comments written yet.

Please login to write comment.