Color Hex Logo

#cbe250 Color Hex

#CBE250
(203,226,80)
0 Favorites   0 Comments

Color spaces of #cbe250

RGB 20322680
HSL0.190.720.60
HSV69°65°89°
CMYK 0.100.000.65   0.11
XYZ53.272967.668417.8429
Yxy67.66840.38390.4876
Hunter Lab82.2608-28.358144.7222
CIE-Lab85.8404-26.718466.1412

#cbe250 color RGB value is (203,226,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 01010000
Octal 313 342 120
Decimal 203 226 80
Hex CB E2 50

RGB Percentages of Color #cbe250

%39.88
%44.40
%15.72

CMYK Percentages of Color #cbe250

%10
%0
%65
%11

Triadic Colors of #cbe250

#cbe250 #50cbe2 #e250cb

Analogous Colors of #cbe250

#cbe250 #82e250 #e2b050

Monochromatic Colors of #cbe250

#cbe250

Complementary Color

#cbe250 #6750e2

#cbe250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe250 Color CSS Codes

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

#cbe250 Text Font Color

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

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


#cbe250 Background Color

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

This div background color is #cbe250


#cbe250 Border Color

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

This div border color is #cbe250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe250


Comments

No comments written yet.

Please login to write comment.