color codes Logo

#cbea7b color codes

#CBEA7B
(203,234,123)
0 Favorites   0 Comments

Color spaces of #cbea7b

RGB 203234123
HSL0.210.730.70
HSV77°47°92°
CMYK 0.130.000.47   0.08
XYZ57.626672.972229.7867
Yxy72.97220.35930.4550
Hunter Lab85.4238-29.076139.1226
CIE-Lab88.4345-26.962350.2267

#cbea7b color RGB value is (203,234,123).

#cbea7b hex color red value is 203, green value is 234 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cbea7b hue: 0.21 , saturation: 0.73 and the lightness value of cbea7b is 0.70.

The process color (four color CMYK) of #cbea7b color code is 0.13, 0.00, 0.47, 0.08. Web safe color of #cbea7b is #ccff66. Color #cbea7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01111011
Octal 313 352 173
Decimal 203 234 123
Hex CB EA 7B

RGB Percentages of Color #cbea7b

%36.25
%41.79
%21.96

CMYK Percentages of Color #cbea7b

%13
%0
%47
%8

Triadic Colors of #cbea7b

#cbea7b #7bcbea #ea7bcb

Analogous Colors of #cbea7b

#cbea7b #94ea7b #ead27b

Monochromatic Colors of #cbea7b

#cbea7b

Complementary Color

#cbea7b #9a7bea

#cbea7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea7b Color CSS Codes

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

#cbea7b Text Font Color

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

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


#cbea7b Background Color

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

This div background color is #cbea7b


#cbea7b Border Color

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

This div border color is #cbea7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea7b


Comments

No comments written yet.

Please login to write comment.