Color Hex Logo

#cbe401 Color Hex

#CBE401
(203,228,1)
0 Favorites   0 Comments

Color spaces of #cbe401

RGB 2032281
HSL0.190.990.45
HSV67°100°89°
CMYK 0.110.001.00   0.11
XYZ52.377568.185510.4293
Yxy68.18550.39990.5205
Hunter Lab82.5745-31.281850.3137
CIE-Lab86.0991-30.156484.5244

#cbe401 color RGB value is (203,228,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00000001
Octal 313 344 1
Decimal 203 228 1
Hex CB E4 1

RGB Percentages of Color #cbe401

%46.99
%52.78
%0.23

CMYK Percentages of Color #cbe401

%11
%0
%100
%11

Triadic Colors of #cbe401

#cbe401 #01cbe4 #e401cb

Analogous Colors of #cbe401

#cbe401 #5ae401 #e48c01

Monochromatic Colors of #cbe401

#cbe401

Complementary Color

#cbe401 #1a01e4

#cbe401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe401 Color CSS Codes

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

#cbe401 Text Font Color

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

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


#cbe401 Background Color

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

This div background color is #cbe401


#cbe401 Border Color

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

This div border color is #cbe401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe401


Comments

No comments written yet.

Please login to write comment.