Color Hex Logo

#cbe015 Color Hex

#CBE015
(203,224,21)
0 Favorites   0 Comments

Color spaces of #cbe015

RGB 20322421
HSL0.180.830.48
HSV66°91°88°
CMYK 0.090.000.91   0.12
XYZ51.419666.062010.7506
Yxy66.06200.40100.5152
Hunter Lab81.2785-29.312249.0528
CIE-Lab85.0280-28.054081.7475

#cbe015 color RGB value is (203,224,21).

#cbe015 hex color red value is 203, green value is 224 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cbe015 hue: 0.18 , saturation: 0.83 and the lightness value of cbe015 is 0.48.

The process color (four color CMYK) of #cbe015 color hex is 0.09, 0.00, 0.91, 0.12. Web safe color of #cbe015 is #cccc00. Color #cbe015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00010101
Octal 313 340 25
Decimal 203 224 21
Hex CB E0 15

RGB Percentages of Color #cbe015

%45.31
%50.00
%4.69

CMYK Percentages of Color #cbe015

%9
%0
%91
%12

Triadic Colors of #cbe015

#cbe015 #15cbe0 #e015cb

Analogous Colors of #cbe015

#cbe015 #66e015 #e09015

Monochromatic Colors of #cbe015

#cbe015

Complementary Color

#cbe015 #2a15e0

#cbe015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe015 Color CSS Codes

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

#cbe015 Text Font Color

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

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


#cbe015 Background Color

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

This div background color is #cbe015


#cbe015 Border Color

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

This div border color is #cbe015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe015


Comments

No comments written yet.

Please login to write comment.