Color Hex Logo

#cbe276 Color Hex

#CBE276
(203,226,118)
0 Favorites   0 Comments

Color spaces of #cbe276

RGB 203226118
HSL0.200.650.67
HSV73°48°89°
CMYK 0.100.000.48   0.11
XYZ55.095068.397227.4377
Yxy68.39720.36500.4532
Hunter Lab82.7026-25.816038.2216
CIE-Lab86.2047-23.641249.8890

#cbe276 color RGB value is (203,226,118).

#cbe276 hex color red value is 203, green value is 226 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbe276 hue: 0.20 , saturation: 0.65 and the lightness value of cbe276 is 0.67.

The process color (four color CMYK) of #cbe276 color hex is 0.10, 0.00, 0.48, 0.11. Web safe color of #cbe276 is #cccc66. Color #cbe276 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 01110110
Octal 313 342 166
Decimal 203 226 118
Hex CB E2 76

RGB Percentages of Color #cbe276

%37.11
%41.32
%21.57

CMYK Percentages of Color #cbe276

%10
%0
%48
%11

Triadic Colors of #cbe276

#cbe276 #76cbe2 #e276cb

Analogous Colors of #cbe276

#cbe276 #95e276 #e2c376

Monochromatic Colors of #cbe276

#cbe276

Complementary Color

#cbe276 #8d76e2

#cbe276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe276 Color CSS Codes

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

#cbe276 Text Font Color

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

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


#cbe276 Background Color

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

This div background color is #cbe276


#cbe276 Border Color

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

This div border color is #cbe276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe276


Comments

No comments written yet.

Please login to write comment.