Color Hex Logo

#cbda7e Color Hex

#CBDA7E
(203,218,126)
0 Favorites   0 Comments

Color spaces of #cbda7e

RGB 203218126
HSL0.190.550.67
HSV70°42°85°
CMYK 0.070.000.42   0.15
XYZ53.465964.345729.3407
Yxy64.34570.36330.4373
Hunter Lab80.2158-21.402734.4644
CIE-Lab84.1454-18.915443.4831

#cbda7e color RGB value is (203,218,126).

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

The process color (four color CMYK) of #cbda7e color hex is 0.07, 0.00, 0.42, 0.15. Web safe color of #cbda7e is #cccc66. Color #cbda7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 01111110
Octal 313 332 176
Decimal 203 218 126
Hex CB DA 7E

RGB Percentages of Color #cbda7e

%37.11
%39.85
%23.03

CMYK Percentages of Color #cbda7e

%7
%0
%42
%15

Triadic Colors of #cbda7e

#cbda7e #7ecbda #da7ecb

Analogous Colors of #cbda7e

#cbda7e #9dda7e #dabb7e

Monochromatic Colors of #cbda7e

#cbda7e

Complementary Color

#cbda7e #8d7eda

#cbda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda7e Color CSS Codes

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

#cbda7e Text Font Color

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

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


#cbda7e Background Color

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

This div background color is #cbda7e


#cbda7e Border Color

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

This div border color is #cbda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda7e


Comments

No comments written yet.

Please login to write comment.