Color Hex Logo

#cbe415 Color Hex

#CBE415
(203,228,21)
0 Favorites   0 Comments

Color spaces of #cbe415

RGB 20322821
HSL0.190.830.49
HSV67°91°89°
CMYK 0.110.000.91   0.11
XYZ52.507468.237511.1132
Yxy68.23750.39820.5175
Hunter Lab82.6060-31.099349.8478
CIE-Lab86.1251-29.929782.6111

#cbe415 color RGB value is (203,228,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00010101
Octal 313 344 25
Decimal 203 228 21
Hex CB E4 15

RGB Percentages of Color #cbe415

%44.91
%50.44
%4.65

CMYK Percentages of Color #cbe415

%11
%0
%91
%11

Triadic Colors of #cbe415

#cbe415 #15cbe4 #e415cb

Analogous Colors of #cbe415

#cbe415 #63e415 #e49615

Monochromatic Colors of #cbe415

#cbe415

Complementary Color

#cbe415 #2e15e4

#cbe415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe415 Color CSS Codes

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

#cbe415 Text Font Color

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

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


#cbe415 Background Color

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

This div background color is #cbe415


#cbe415 Border Color

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

This div border color is #cbe415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,228,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 #cbe415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe415


Comments

No comments written yet.

Please login to write comment.