Color Hex Logo

#cbe107 Color Hex

#CBE107
(203,225,7)
0 Favorites   0 Comments

Color spaces of #cbe107

RGB 2032257
HSL0.180.940.45
HSV66°97°88°
CMYK 0.100.000.97   0.12
XYZ51.592266.562310.3296
Yxy66.56230.40150.5181
Hunter Lab81.5857-29.897349.6033
CIE-Lab85.2824-28.695283.4088

#cbe107 color RGB value is (203,225,7).

#cbe107 hex color red value is 203, green value is 225 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cbe107 hue: 0.18 , saturation: 0.94 and the lightness value of cbe107 is 0.45.

The process color (four color CMYK) of #cbe107 color hex is 0.10, 0.00, 0.97, 0.12. Web safe color of #cbe107 is #cccc00. Color #cbe107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00000111
Octal 313 341 7
Decimal 203 225 7
Hex CB E1 7

RGB Percentages of Color #cbe107

%46.67
%51.72
%1.61

CMYK Percentages of Color #cbe107

%10
%0
%97
%12

Triadic Colors of #cbe107

#cbe107 #07cbe1 #e107cb

Analogous Colors of #cbe107

#cbe107 #5ee107 #e18a07

Monochromatic Colors of #cbe107

#cbe107

Complementary Color

#cbe107 #1d07e1

#cbe107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe107 Color CSS Codes

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

#cbe107 Text Font Color

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

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


#cbe107 Background Color

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

This div background color is #cbe107


#cbe107 Border Color

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

This div border color is #cbe107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe107


Comments

No comments written yet.

Please login to write comment.