Color Hex Logo

#cbe118 Color Hex

#CBE118
(203,225,24)
0 Favorites   0 Comments

Color spaces of #cbe118

RGB 20322524
HSL0.180.810.49
HSV67°89°88°
CMYK 0.100.000.89   0.12
XYZ51.718766.612910.9959
Yxy66.61290.39990.5151
Hunter Lab81.6167-29.717849.1438
CIE-Lab85.3081-28.472781.5325

#cbe118 color RGB value is (203,225,24).

#cbe118 hex color red value is 203, green value is 225 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cbe118 hue: 0.18 , saturation: 0.81 and the lightness value of cbe118 is 0.49.

The process color (four color CMYK) of #cbe118 color hex is 0.10, 0.00, 0.89, 0.12. Web safe color of #cbe118 is #cccc00. Color #cbe118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00011000
Octal 313 341 30
Decimal 203 225 24
Hex CB E1 18

RGB Percentages of Color #cbe118

%44.91
%49.78
%5.31

CMYK Percentages of Color #cbe118

%10
%0
%89
%12

Triadic Colors of #cbe118

#cbe118 #18cbe1 #e118cb

Analogous Colors of #cbe118

#cbe118 #67e118 #e19318

Monochromatic Colors of #cbe118

#cbe118

Complementary Color

#cbe118 #2e18e1

#cbe118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe118 Color CSS Codes

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

#cbe118 Text Font Color

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

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


#cbe118 Background Color

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

This div background color is #cbe118


#cbe118 Border Color

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

This div border color is #cbe118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe118


Comments

No comments written yet.

Please login to write comment.