Color Hex Logo

#cbeaa1 Color Hex

#CBEAA1
(203,234,161)
0 Favorites   0 Comments

Color spaces of #cbeaa1

RGB 203234161
HSL0.240.630.77
HSV85°31°92°
CMYK 0.130.000.31   0.08
XYZ60.484474.115444.8360
Yxy74.11540.33710.4130
Hunter Lab86.0903-25.249429.3849
CIE-Lab88.9770-22.417932.2008

#cbeaa1 color RGB value is (203,234,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10100001
Octal 313 352 241
Decimal 203 234 161
Hex CB EA A1

RGB Percentages of Color #cbeaa1

%33.95
%39.13
%26.92

CMYK Percentages of Color #cbeaa1

%13
%0
%31
%8

Triadic Colors of #cbeaa1

#cbeaa1 #a1cbea #eaa1cb

Analogous Colors of #cbeaa1

#cbeaa1 #a7eaa1 #eae5a1

Monochromatic Colors of #cbeaa1

#cbeaa1

Complementary Color

#cbeaa1 #c0a1ea

#cbeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaa1 Color CSS Codes

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

#cbeaa1 Text Font Color

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

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


#cbeaa1 Background Color

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

This div background color is #cbeaa1


#cbeaa1 Border Color

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

This div border color is #cbeaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaa1


Comments

No comments written yet.

Please login to write comment.