Color Hex Logo

#cbeba1 Color Hex

#CBEBA1
(203,235,161)
0 Favorites   0 Comments

Color spaces of #cbeba1

RGB 203235161
HSL0.240.650.78
HSV86°31°92°
CMYK 0.140.000.31   0.08
XYZ60.770074.686444.9312
Yxy74.68640.33690.4140
Hunter Lab86.4213-25.719129.6695
CIE-Lab89.2459-22.901132.5591

#cbeba1 color RGB value is (203,235,161).

#cbeba1 hex color red value is 203, green value is 235 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #cbeba1 hue: 0.24 , saturation: 0.65 and the lightness value of cbeba1 is 0.78.

The process color (four color CMYK) of #cbeba1 color hex is 0.14, 0.00, 0.31, 0.08. Web safe color of #cbeba1 is #ccff99. Color #cbeba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10100001
Octal 313 353 241
Decimal 203 235 161
Hex CB EB A1

RGB Percentages of Color #cbeba1

%33.89
%39.23
%26.88

CMYK Percentages of Color #cbeba1

%14
%0
%31
%8

Triadic Colors of #cbeba1

#cbeba1 #a1cbeb #eba1cb

Analogous Colors of #cbeba1

#cbeba1 #a6eba1 #ebe6a1

Monochromatic Colors of #cbeba1

#cbeba1

Complementary Color

#cbeba1 #c1a1eb

#cbeba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeba1 Color CSS Codes

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

#cbeba1 Text Font Color

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

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


#cbeba1 Background Color

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

This div background color is #cbeba1


#cbeba1 Border Color

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

This div border color is #cbeba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeba1


Comments

No comments written yet.

Please login to write comment.