Color Hex Logo

#cbe69d Color Hex

#CBE69D
(203,230,157)
0 Favorites   0 Comments

Color spaces of #cbe69d

RGB 203230157
HSL0.230.590.76
HSV82°32°90°
CMYK 0.120.000.32   0.10
XYZ59.011271.724542.6323
Yxy71.72450.34040.4137
Hunter Lab84.6903-23.831429.4372
CIE-Lab87.8358-21.019432.7120

#cbe69d color RGB value is (203,230,157).

#cbe69d hex color red value is 203, green value is 230 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cbe69d hue: 0.23 , saturation: 0.59 and the lightness value of cbe69d is 0.76.

The process color (four color CMYK) of #cbe69d color hex is 0.12, 0.00, 0.32, 0.10. Web safe color of #cbe69d is #ccff99. Color #cbe69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 10011101
Octal 313 346 235
Decimal 203 230 157
Hex CB E6 9D

RGB Percentages of Color #cbe69d

%34.41
%38.98
%26.61

CMYK Percentages of Color #cbe69d

%12
%0
%32
%10

Triadic Colors of #cbe69d

#cbe69d #9dcbe6 #e69dcb

Analogous Colors of #cbe69d

#cbe69d #a7e69d #e6dd9d

Monochromatic Colors of #cbe69d

#cbe69d

Complementary Color

#cbe69d #b89de6

#cbe69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe69d Color CSS Codes

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

#cbe69d Text Font Color

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

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


#cbe69d Background Color

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

This div background color is #cbe69d


#cbe69d Border Color

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

This div border color is #cbe69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe69d


Comments

No comments written yet.

Please login to write comment.