Color Hex Logo

#cbe486 Color Hex

#CBE486
(203,228,134)
0 Favorites   0 Comments

Color spaces of #cbe486

RGB 203228134
HSL0.210.640.71
HSV76°41°89°
CMYK 0.110.000.41   0.11
XYZ56.675169.904533.0601
Yxy69.90450.35500.4379
Hunter Lab83.6089-25.317735.0822
CIE-Lab86.9500-22.905943.0756

#cbe486 color RGB value is (203,228,134).

#cbe486 hex color red value is 203, green value is 228 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cbe486 hue: 0.21 , saturation: 0.64 and the lightness value of cbe486 is 0.71.

The process color (four color CMYK) of #cbe486 color hex is 0.11, 0.00, 0.41, 0.11. Web safe color of #cbe486 is #cccc99. Color #cbe486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 10000110
Octal 313 344 206
Decimal 203 228 134
Hex CB E4 86

RGB Percentages of Color #cbe486

%35.93
%40.35
%23.72

CMYK Percentages of Color #cbe486

%11
%0
%41
%11

Triadic Colors of #cbe486

#cbe486 #86cbe4 #e486cb

Analogous Colors of #cbe486

#cbe486 #9ce486 #e4ce86

Monochromatic Colors of #cbe486

#cbe486

Complementary Color

#cbe486 #9f86e4

#cbe486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe486 Color CSS Codes

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

#cbe486 Text Font Color

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

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


#cbe486 Background Color

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

This div background color is #cbe486


#cbe486 Border Color

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

This div border color is #cbe486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe486


Comments

No comments written yet.

Please login to write comment.