Color Hex Logo

#cbe214 Color Hex

#CBE214
(203,226,20)
0 Favorites   0 Comments

Color spaces of #cbe214

RGB 20322620
HSL0.190.840.48
HSV67°91°89°
CMYK 0.100.000.91   0.11
XYZ51.951267.139710.8830
Yxy67.13970.39970.5166
Hunter Lab81.9388-30.219649.4824
CIE-Lab85.5744-29.010082.3116

#cbe214 color RGB value is (203,226,20).

#cbe214 hex color red value is 203, green value is 226 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cbe214 hue: 0.19 , saturation: 0.84 and the lightness value of cbe214 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 00010100
Octal 313 342 24
Decimal 203 226 20
Hex CB E2 14

RGB Percentages of Color #cbe214

%45.21
%50.33
%4.45

CMYK Percentages of Color #cbe214

%10
%0
%91
%11

Triadic Colors of #cbe214

#cbe214 #14cbe2 #e214cb

Analogous Colors of #cbe214

#cbe214 #64e214 #e29214

Monochromatic Colors of #cbe214

#cbe214

Complementary Color

#cbe214 #2b14e2

#cbe214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe214 Color CSS Codes

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

#cbe214 Text Font Color

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

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


#cbe214 Background Color

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

This div background color is #cbe214


#cbe214 Border Color

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

This div border color is #cbe214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe214


Comments

No comments written yet.

Please login to write comment.