Color Hex Logo

#cbe28a Color Hex

#CBE28A
(203,226,138)
0 Favorites   0 Comments

Color spaces of #cbe28a

RGB 203226138
HSL0.210.600.71
HSV76°39°89°
CMYK 0.100.000.39   0.11
XYZ56.412468.924234.3752
Yxy68.92420.35320.4316
Hunter Lab83.0206-23.995533.5650
CIE-Lab86.4665-21.473040.4827

#cbe28a color RGB value is (203,226,138).

#cbe28a hex color red value is 203, green value is 226 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbe28a hue: 0.21 , saturation: 0.60 and the lightness value of cbe28a is 0.71.

The process color (four color CMYK) of #cbe28a color hex is 0.10, 0.00, 0.39, 0.11. Web safe color of #cbe28a is #cccc99. Color #cbe28a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 10001010
Octal 313 342 212
Decimal 203 226 138
Hex CB E2 8A

RGB Percentages of Color #cbe28a

%35.80
%39.86
%24.34

CMYK Percentages of Color #cbe28a

%10
%0
%39
%11

Triadic Colors of #cbe28a

#cbe28a #8acbe2 #e28acb

Analogous Colors of #cbe28a

#cbe28a #9fe28a #e2cd8a

Monochromatic Colors of #cbe28a

#cbe28a

Complementary Color

#cbe28a #a18ae2

#cbe28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe28a Color CSS Codes

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

#cbe28a Text Font Color

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

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


#cbe28a Background Color

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

This div background color is #cbe28a


#cbe28a Border Color

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

This div border color is #cbe28a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,226,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 #cbe28a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe28a


Comments

No comments written yet.

Please login to write comment.