Color Hex Logo

#cbeac6 Color Hex

#CBEAC6
(203,234,198)
0 Favorites   0 Comments

Color spaces of #cbeac6

RGB 203234198
HSL0.310.460.85
HSV112°15°92°
CMYK 0.130.000.15   0.08
XYZ64.244575.619464.6360
Yxy75.61940.31420.3698
Hunter Lab86.9594-20.305516.8020
CIE-Lab89.6823-16.724714.1237

#cbeac6 color RGB value is (203,234,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11000110
Octal 313 352 306
Decimal 203 234 198
Hex CB EA C6

RGB Percentages of Color #cbeac6

%31.97
%36.85
%31.18

CMYK Percentages of Color #cbeac6

%13
%0
%15
%8

Triadic Colors of #cbeac6

#cbeac6 #c6cbea #eac6cb

Analogous Colors of #cbeac6

#cbeac6 #c6ead3 #ddeac6

Monochromatic Colors of #cbeac6

#cbeac6

Complementary Color

#cbeac6 #e5c6ea

#cbeac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeac6 Color CSS Codes

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

#cbeac6 Text Font Color

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

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


#cbeac6 Background Color

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

This div background color is #cbeac6


#cbeac6 Border Color

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

This div border color is #cbeac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeac6


Comments

No comments written yet.

Please login to write comment.