Color Hex Logo

#cbeac5 Color Hex

#CBEAC5
(203,234,197)
0 Favorites   0 Comments

Color spaces of #cbeac5

RGB 203234197
HSL0.310.470.85
HSV110°16°92°
CMYK 0.130.000.16   0.08
XYZ64.129575.573464.0305
Yxy75.57340.31480.3709
Hunter Lab86.9330-20.455217.1830
CIE-Lab89.6609-16.894314.6132

#cbeac5 color RGB value is (203,234,197).

#cbeac5 hex color red value is 203, green value is 234 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cbeac5 hue: 0.31 , saturation: 0.47 and the lightness value of cbeac5 is 0.85.

The process color (four color CMYK) of #cbeac5 color hex is 0.13, 0.00, 0.16, 0.08. Web safe color of #cbeac5 is #ccffcc. Color #cbeac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11000101
Octal 313 352 305
Decimal 203 234 197
Hex CB EA C5

RGB Percentages of Color #cbeac5

%32.02
%36.91
%31.07

CMYK Percentages of Color #cbeac5

%13
%0
%16
%8

Triadic Colors of #cbeac5

#cbeac5 #c5cbea #eac5cb

Analogous Colors of #cbeac5

#cbeac5 #c5ead2 #deeac5

Monochromatic Colors of #cbeac5

#cbeac5

Complementary Color

#cbeac5 #e4c5ea

#cbeac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeac5 Color CSS Codes

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

#cbeac5 Text Font Color

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

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


#cbeac5 Background Color

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

This div background color is #cbeac5


#cbeac5 Border Color

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

This div border color is #cbeac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeac5


Comments

No comments written yet.

Please login to write comment.