Color Hex Logo

#cbe264 Color Hex

#CBE264
(203,226,100)
0 Favorites   0 Comments

Color spaces of #cbe264

RGB 203226100
HSL0.200.680.64
HSV71°56°89°
CMYK 0.100.000.56   0.11
XYZ54.125268.009322.3310
Yxy68.00930.37470.4708
Hunter Lab82.4678-27.165541.6726
CIE-Lab86.0111-25.267457.9363

#cbe264 color RGB value is (203,226,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 01100100
Octal 313 342 144
Decimal 203 226 100
Hex CB E2 64

RGB Percentages of Color #cbe264

%38.37
%42.72
%18.90

CMYK Percentages of Color #cbe264

%10
%0
%56
%11

Triadic Colors of #cbe264

#cbe264 #64cbe2 #e264cb

Analogous Colors of #cbe264

#cbe264 #8ce264 #e2ba64

Monochromatic Colors of #cbe264

#cbe264

Complementary Color

#cbe264 #7b64e2

#cbe264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe264 Color CSS Codes

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

#cbe264 Text Font Color

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

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


#cbe264 Background Color

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

This div background color is #cbe264


#cbe264 Border Color

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

This div border color is #cbe264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe264


Comments

No comments written yet.

Please login to write comment.